replace dropdown for selecting reasons and use chillEntity for reason rendering

This commit is contained in:
2020-04-21 14:41:40 +02:00
parent 544466d504
commit a9349becf7
14 changed files with 186 additions and 53 deletions

View File

@@ -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',