mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Merge branch 'master' of gitlab.com:Chill-Projet/chill-bundles
This commit is contained in:
commit
801e897a38
@ -115,6 +115,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
|||||||
'icon' => 'tasks'
|
'icon' => 'tasks'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
/*
|
||||||
$menu->addChild("My aside activities", [
|
$menu->addChild("My aside activities", [
|
||||||
'route' => 'chill_crud_aside_activity_index'
|
'route' => 'chill_crud_aside_activity_index'
|
||||||
])
|
])
|
||||||
@ -122,6 +123,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
|||||||
'order' => -10,
|
'order' => -10,
|
||||||
'icon' => 'tasks'
|
'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