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