mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +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')){
|
if ($this->authorizationChecker->isGranted('ROLE_USER')){
|
||||||
$menu->addChild("My calendar list", [
|
$menu->addChild("My calendar list", [
|
||||||
'route' => 'chill_calendar_calendar_list',
|
'route' => 'chill_calendar_calendar_list',
|
||||||
'routeParameters' => [
|
// 'routeParameters' => [
|
||||||
'user_id' => $user->getId(),
|
// 'user_id' => $user->getId(),
|
||||||
]
|
// ]
|
||||||
])
|
])
|
||||||
->setExtras([
|
->setExtras([
|
||||||
'order' => 9,
|
'order' => 9,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user