Fix workflow hierarchy

This commit is contained in:
Julie Lenaerts 2024-04-30 09:25:09 +02:00
parent ce655ed435
commit e24c4dc2e8
2 changed files with 0 additions and 2 deletions

View File

@ -1004,7 +1004,6 @@ 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,7 +80,6 @@ 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',