mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Fix SingleTaskListType
accompanyingCourse also defined as a form option
This commit is contained in:
@@ -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'])
|
||||
|
Reference in New Issue
Block a user