mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-02 21:13:57 +00:00
@@ -113,7 +113,9 @@ class ActivityType extends AbstractType
|
||||
'multiple' => true,
|
||||
'required' => false
|
||||
))
|
||||
->add('type', TranslatableActivityType::class)
|
||||
->add('type', TranslatableActivityType::class, array(
|
||||
'placeholder' => 'Choose a type'
|
||||
))
|
||||
;
|
||||
|
||||
$this->appendScopeChoices($builder, $options['role'],
|
||||
|
Reference in New Issue
Block a user