mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
closed step added + form/controller/template basic start
This commit is contained in:
@@ -221,12 +221,17 @@ class ChillPersonExtension extends Extension implements PrependExtensionInterfac
|
||||
'places' => [
|
||||
'DRAFT',
|
||||
'CONFIRMED',
|
||||
'CLOSED',
|
||||
],
|
||||
'transitions' => [
|
||||
'confirm' => [
|
||||
'from' => 'DRAFT',
|
||||
'to' => 'CONFIRMED'
|
||||
],
|
||||
'close' => [
|
||||
'from' => 'CONFIRMED',
|
||||
'to' => 'CLOSED'
|
||||
],
|
||||
],
|
||||
],
|
||||
]
|
||||
|
Reference in New Issue
Block a user