mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
[Aside activity] Temporarily remove the link to aside activities
This commit is contained in:
parent
d652771af0
commit
9a1f56a820
@ -115,6 +115,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
'icon' => 'tasks'
|
||||
]);
|
||||
|
||||
/*
|
||||
$menu->addChild("My aside activities", [
|
||||
'route' => 'chill_crud_aside_activity_index'
|
||||
])
|
||||
@ -122,6 +123,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
'order' => -10,
|
||||
'icon' => 'tasks'
|
||||
]);
|
||||
*/
|
||||
}
|
||||
|
||||
protected function addItemInMenu(MenuItem $menu, User $u, $message, $title, $status, $number, $order)
|
||||
|
Loading…
x
Reference in New Issue
Block a user