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 -->
|
<!-- write down unreleased development here -->
|
||||||
|
|
||||||
|
* [admin]: links to activity admin section added again.
|
||||||
|
|
||||||
## Test releases
|
## Test releases
|
||||||
|
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user