closed step added + form/controller/template basic start

This commit is contained in:
2021-11-18 14:46:33 +01:00
parent 0a522b465f
commit 5928215c0d
5 changed files with 91 additions and 0 deletions

View File

@@ -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'
],
],
],
]