mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
remove commented code
This commit is contained in:
@@ -685,12 +685,6 @@ final class SingleTaskController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($includeMissionType) {
|
if ($includeMissionType) {
|
||||||
/* $missionTypes = $this->singleTaskRepository->findAllTasktypes();
|
|
||||||
foreach ($missionTypes as $type) {
|
|
||||||
$arrayOfTypes[] = $type['type'];
|
|
||||||
}*/
|
|
||||||
|
|
||||||
// $filterBuilder->addCheckbox('missionTypePicker', $arrayOfTypes);
|
|
||||||
$filterBuilder->addCheckbox(
|
$filterBuilder->addCheckbox(
|
||||||
'missionTypePicker',
|
'missionTypePicker',
|
||||||
array_map(
|
array_map(
|
||||||
|
Reference in New Issue
Block a user