mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
tasks added to accompanyingCourse menu
This commit is contained in:
parent
53fc5b8399
commit
1fb14834b7
@ -66,6 +66,13 @@ class AccompanyingCourseMenuBuilder implements LocalMenuBuilderInterface
|
||||
'routeParameters' => [
|
||||
'id' => $period->getId()
|
||||
]])
|
||||
->setExtras(['order' => 40]);
|
||||
|
||||
$menu->addChild($this->translator->trans('Tasks'), [
|
||||
'route' => 'chill_task_singletask_list',
|
||||
'routeParameters' => [
|
||||
'course_id' => $period->getId()
|
||||
]])
|
||||
->setExtras(['order' => 50]);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user