changelog updated and comments removed

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

View File

@ -12,7 +12,7 @@ and this project adheres to
<!-- write down unreleased development here -->
* [admin]: links to activity admin section added again.
## Test releases

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,