mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
changelog updated and comments removed
This commit is contained in:
parent
b2fe024534
commit
6fdbefa4c8
@ -12,7 +12,7 @@ and this project adheres to
|
||||
|
||||
<!-- write down unreleased development here -->
|
||||
|
||||
|
||||
* [admin]: links to activity admin section added again.
|
||||
|
||||
## Test releases
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user