This commit is contained in:
2022-05-02 16:44:26 +02:00
parent ee14cd268b
commit 14341b9768
3 changed files with 15 additions and 18 deletions

View File

@@ -66,13 +66,13 @@ class SectionMenuBuilder implements LocalMenuBuilderInterface
}
if ($this->authorizationChecker->isGranted(AccompanyingPeriodVoter::REASSIGN_BULK, null)) {
$menu->addChild($this->translator->trans('reassign.Bulk reassign'), [
'route' => 'chill_course_list_reassign',
])
->setExtras([
'order' => 40,
'icons' => [],
]);
$menu->addChild($this->translator->trans('reassign.Bulk reassign'), [
'route' => 'chill_course_list_reassign',
])
->setExtras([
'order' => 40,
'icons' => [],
]);
}
}