Sen descrición

Fernando Alonso b2049051c0 traduccion Workflow-Bundle %!s(int64=6) %!d(string=hai) anos
Admin fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Command 68b4100b11 Se actualiza comando workflow:default %!s(int64=6) %!d(string=hai) anos
Controller a929fd734f Fix chequeo de roles %!s(int64=6) %!d(string=hai) anos
Entity fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Event 4bcfb74be5 fixes %!s(int64=6) %!d(string=hai) anos
EventListener fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Interfaces fcac5fb310 Se adapta useOneDefaultInterface a workflow %!s(int64=6) %!d(string=hai) anos
Repository 580409eb57 Fix function de workflow repository %!s(int64=6) %!d(string=hai) anos
Resources b2049051c0 traduccion Workflow-Bundle %!s(int64=6) %!d(string=hai) anos
Services 72d6e1f32b Refactory EventSubscriber. Traducciones. Formateo de algunos métodos. php annotations %!s(int64=6) %!d(string=hai) anos
Twig d1a52302c4 try/catch cuando no hay definición de workflow %!s(int64=7) %!d(string=hai) anos
Utils 47ca3a5956 Update const workflow class %!s(int64=7) %!d(string=hai) anos
Validator 03fdfe1a60 Refactory Action %!s(int64=8) %!d(string=hai) anos
keys e48308c687 Agregado drone %!s(int64=7) %!d(string=hai) anos
.drone.yml 97ecec4562 Agregado del paso de tags a gogs %!s(int64=7) %!d(string=hai) anos
README.md 59c62cbf57 Refactory event suscriber %!s(int64=8) %!d(string=hai) anos
WorkflowBundle.php 3a0f4212cc commit inicial %!s(int64=8) %!d(string=hai) anos
composer.json 9c70562562 Se quito version y minimum-stability %!s(int64=7) %!d(string=hai) anos

README.md

WorkflowBundle

Installation

composer.json:

"repositories": [
    {
        "type": "vcs",
        "url":  "ssh://git@200.50.168.30:222/VendorSoftwareFlowdat3/WorkflowBundle.git"
    }
],
"require": {
    "ik/workflow-bundle": "dev-master"
},

app/AppKernel.php:

public function registerBundles()
{
    $bundles = [
        new WorkflowBundle\WorkflowBundle(),
    ];
    .
    .
}

app/config/config.yml:

imports:
    - { resource: workflow.yml }
    - { resource: "../Resources/workflows/workflow_list.yml", ignore_errors: true  }
    - { resource: "@WorkflowBundle/Resources/config/services.yml" }

app/config/routing.yml:

workflow:
    resource: "@WorkflowBundle/Resources/config/routing/admin.xml"
    prefix:   /