undo wrong fix of workflow configuration

This commit is contained in:
Julie Lenaerts 2024-04-30 16:29:33 +02:00
parent 43c846d02e
commit 394c752fc3
2 changed files with 2 additions and 0 deletions

View File

@ -1004,6 +1004,7 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
'enabled' => true, 'enabled' => true,
], ],
'marking_store' => [ 'marking_store' => [
'type' => 'method',
'property' => 'step', 'property' => 'step',
], ],
'supports' => [ 'supports' => [

View File

@ -80,6 +80,7 @@ class ChillTaskExtension extends Extension implements PrependExtensionInterface
'workflows' => [ 'workflows' => [
'task_default' => [ 'task_default' => [
'marking_store' => [ 'marking_store' => [
'type' => 'method',
'property' => 'currentStates', 'property' => 'currentStates',
], ],
'type' => 'workflow', 'type' => 'workflow',