This commit is contained in:
2022-04-22 17:15:02 +02:00
parent f681e50167
commit 92c04c545f
3 changed files with 30 additions and 32 deletions

View File

@@ -66,13 +66,13 @@ class SectionMenuBuilder implements LocalMenuBuilderInterface
}
// if ($this->authorizationChecker->isGranted(AccompanyingPeriodVoter::REASSIGN_BULK, null)) {
$menu->addChild($this->translator->trans('Accompanying courses of users'), [
'route' => 'chill_course_list_reassign',
])
->setExtras([
'order' => 12,
'icons' => ['task'],
]);
$menu->addChild($this->translator->trans('Accompanying courses of users'), [
'route' => 'chill_course_list_reassign',
])
->setExtras([
'order' => 12,
'icons' => ['task'],
]);
// }
}