mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Form for socialIssues & Actions using expanded
This commit is contained in:
parent
541fe8f1ad
commit
39dca2a9ca
@ -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,
|
||||
]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user