mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-09 00:04:59 +00:00
update config for tasks workflow to symfony 4.4+
This commit is contained in:
@@ -83,7 +83,7 @@ class ChillTaskExtension extends Extension implements PrependExtensionInterface
|
||||
'type' => 'method',
|
||||
'property' => 'currentStates',
|
||||
],
|
||||
'type' => 'state_machine',
|
||||
'type' => 'workflow',
|
||||
'support_strategy' => TaskWorkflowManager::class,
|
||||
'places' => ['new', 'in_progress', 'closed', 'canceled'],
|
||||
'initial_marking' => ['new'],
|
||||
|
Reference in New Issue
Block a user