Skip to content

Commit f8627d2

Browse files
committed
feature #53866 [Workflow] determines places from transitions (lyrixx)
This PR was merged into the 7.1 branch. Discussion ---------- [Workflow] determines places from transitions | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | no | New feature? | yes | Deprecations? | no | Issues | Fix #52378 | License | MIT Commits ------- ed30d81c2f [workflow] determines places form transitions
2 parents 427ab31 + 8966e1c commit f8627d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

DependencyInjection/Configuration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -484,8 +484,6 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode): void
484484
return array_values($places);
485485
})
486486
->end()
487-
->isRequired()
488-
->requiresAtLeastOneElement()
489487
->prototype('array')
490488
->children()
491489
->scalarNode('name')

0 commit comments

Comments
 (0)