mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
replace dropdown for selecting reasons and use chillEntity for reason rendering
This commit is contained in:
@@ -116,7 +116,7 @@ class ActivityType extends AbstractType
|
||||
])
|
||||
->add('reasons', TranslatableActivityReason::class, array(
|
||||
'multiple' => true,
|
||||
'required' => false
|
||||
'required' => false,
|
||||
))
|
||||
->add('type', TranslatableActivityType::class, array(
|
||||
'placeholder' => 'Choose a type',
|
||||
|
Reference in New Issue
Block a user