بدون توضیح

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

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:   /