mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
aside activities added to user menu
This commit is contained in:
parent
bbb69bcfe0
commit
4c7129a3b2
@ -114,6 +114,14 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
|||||||
'order' => -10,
|
'order' => -10,
|
||||||
'icon' => 'tasks'
|
'icon' => 'tasks'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
$menu->addChild("My aside activities", [
|
||||||
|
'route' => 'chill_crud_aside_activity_index'
|
||||||
|
])
|
||||||
|
->setExtras([
|
||||||
|
'order' => -10,
|
||||||
|
'icon' => 'tasks'
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function addItemInMenu(MenuItem $menu, User $u, $message, $title, $status, $number, $order)
|
protected function addItemInMenu(MenuItem $menu, User $u, $message, $title, $status, $number, $order)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user