changelog updated and comments removed

This commit is contained in:
2021-11-04 09:50:25 +01:00
parent b2fe024534
commit 6fdbefa4c8
2 changed files with 2 additions and 5 deletions

View File

@@ -74,10 +74,7 @@ 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(),
// ]
'route' => 'chill_calendar_calendar_list'
])
->setExtras([
'order' => 9,