mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
improve form attributes
This commit is contained in:
@@ -115,7 +115,9 @@ class EventType extends AbstractType
|
||||
->add('type', PickEventType::class)
|
||||
->add('moderator', UserPickerType::class, array(
|
||||
'center' => $options['center'],
|
||||
'role' => $options['role']
|
||||
'role' => $options['role'],
|
||||
'placeholder' => '',
|
||||
'required' => false
|
||||
))
|
||||
;
|
||||
}
|
||||
|
Reference in New Issue
Block a user