mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 08:33:49 +00:00
implementing workflow on tasks
This commit is contained in:
6
Resources/config/services/templating.yml
Normal file
6
Resources/config/services/templating.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
Chill\TaskBundle\Templating\TaskTwigExtension:
|
||||
arguments:
|
||||
$taskWorkflowManager: '@Chill\TaskBundle\Workflow\TaskWorkflowManager'
|
||||
tags:
|
||||
- { name: 'twig.extension' }
|
@@ -1,2 +1,6 @@
|
||||
services:
|
||||
Chill\TaskBundle\Workflow\TaskWorkflowManager: ~
|
||||
Chill\TaskBundle\Workflow\TaskWorkflowManager: ~
|
||||
|
||||
Chill\TaskBundle\Workflow\Definition\DefaultTaskDefinition:
|
||||
tags:
|
||||
- { name: 'chill_task.workflow_definition' }
|
Reference in New Issue
Block a user