From ae5ba6706417b83ae879f042c1768e373187f9d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Thu, 6 Nov 2025 13:00:28 +0100 Subject: [PATCH] Update UserMenuBuilder to adjust menu labels and sort order - Renamed 'My invitations list' to 'invite.list.title'. - Updated the sort order for 'My calendar' from 9 to 8, to place "invitation list" just after the calendar list --- src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php b/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php index fe3083d96..672b53460 100644 --- a/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php +++ b/src/Bundle/ChillCalendarBundle/Menu/UserMenuBuilder.php @@ -27,10 +27,10 @@ class UserMenuBuilder implements LocalMenuBuilderInterface 'route' => 'chill_calendar_calendar_list_my', ]) ->setExtras([ - 'order' => 9, + 'order' => 8, 'icon' => 'tasks', ]); - $menu->addChild('My invitations list', [ + $menu->addChild('invite.list.title', [ 'route' => 'chill_calendar_invitations_list_my', ]) ->setExtras([