Form for socialIssues & Actions using expanded

This commit is contained in:
Marc Ducobu 2021-06-04 14:48:07 +02:00
parent 541fe8f1ad
commit 39dca2a9ca

View File

@ -112,6 +112,7 @@ class ActivityType extends AbstractType
}, },
'multiple' => true, 'multiple' => true,
'choices' => $accompanyingPeriod->getRecursiveSocialIssues(), 'choices' => $accompanyingPeriod->getRecursiveSocialIssues(),
'expanded' => true,
]); ]);
} }
@ -125,6 +126,7 @@ class ActivityType extends AbstractType
}, },
'multiple' => true, 'multiple' => true,
'choices' => $accompanyingPeriod->getRecursiveSocialActions(), 'choices' => $accompanyingPeriod->getRecursiveSocialActions(),
'expanded' => true,
]); ]);
} }