mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
temporarily lifted scope validation, currently no scopes in select list to be selected
This commit is contained in:
@@ -51,7 +51,8 @@ class SingleTaskType extends AbstractType
|
||||
])
|
||||
->add('circle', ScopePickerType::class, [
|
||||
'center' => $options['center'],
|
||||
'role' => $options['role']
|
||||
'role' => $options['role'],
|
||||
'required' => false
|
||||
])
|
||||
->add('startDate', ChillDateType::class, [
|
||||
'required' => false
|
||||
|
Reference in New Issue
Block a user