From 39dca2a9caa2e04e637a54292063f177249d47ab Mon Sep 17 00:00:00 2001 From: Marc Ducobu Date: Fri, 4 Jun 2021 14:48:07 +0200 Subject: [PATCH] Form for socialIssues & Actions using expanded --- src/Bundle/ChillActivityBundle/Form/ActivityType.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Bundle/ChillActivityBundle/Form/ActivityType.php b/src/Bundle/ChillActivityBundle/Form/ActivityType.php index c2e443f1d..b890630ae 100644 --- a/src/Bundle/ChillActivityBundle/Form/ActivityType.php +++ b/src/Bundle/ChillActivityBundle/Form/ActivityType.php @@ -112,6 +112,7 @@ class ActivityType extends AbstractType }, 'multiple' => true, 'choices' => $accompanyingPeriod->getRecursiveSocialIssues(), + 'expanded' => true, ]); } @@ -125,6 +126,7 @@ class ActivityType extends AbstractType }, 'multiple' => true, 'choices' => $accompanyingPeriod->getRecursiveSocialActions(), + 'expanded' => true, ]); }