mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
Form for socialIssues & Actions using expanded
This commit is contained in:
@@ -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,
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user