reactive my calendar on new route

This commit is contained in:
2022-04-29 23:59:32 +02:00
parent f917be0958
commit 0f6dc3d997
2 changed files with 26 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
if ($this->authorizationChecker->isGranted('ROLE_USER')) {
$menu->addChild('My calendar list', [
'route' => 'chill_calendar_calendar_list',
'route' => 'chill_calendar_calendar_list_my',
])
->setExtras([
'order' => 9,