mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix SingleTaskListType
accompanyingCourse also defined as a form option
This commit is contained in:
parent
34dd35f2e2
commit
4c47a35457
@ -284,6 +284,7 @@ class SingleTaskListType extends AbstractType
|
||||
->setDefined('person')
|
||||
->setDefault('person', null)
|
||||
->setAllowedTypes('person', [Person::class, 'null'])
|
||||
->setDefined('accompanyingCourse')
|
||||
->setDefined('add_status')
|
||||
->setDefault('add_status', false)
|
||||
->setAllowedTypes('add_status', ['bool'])
|
||||
|
Loading…
x
Reference in New Issue
Block a user