mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 05:23:49 +00:00
changelog updated and comments removed
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user