mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Code that causes error commented: UserMenuBuilder.php
This commit is contained in:
parent
b0471c4851
commit
b2fe024534
@ -75,9 +75,9 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
|
||||
if ($this->authorizationChecker->isGranted('ROLE_USER')){
|
||||
$menu->addChild("My calendar list", [
|
||||
'route' => 'chill_calendar_calendar_list',
|
||||
'routeParameters' => [
|
||||
'user_id' => $user->getId(),
|
||||
]
|
||||
// 'routeParameters' => [
|
||||
// 'user_id' => $user->getId(),
|
||||
// ]
|
||||
])
|
||||
->setExtras([
|
||||
'order' => 9,
|
||||
|
Loading…
x
Reference in New Issue
Block a user