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 --> <!-- write down unreleased development here -->
* [admin]: links to activity admin section added again.
## Test releases ## Test releases

View File

@ -74,10 +74,7 @@ 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' => [
// 'user_id' => $user->getId(),
// ]
]) ])
->setExtras([ ->setExtras([
'order' => 9, 'order' => 9,