mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-05 22:35:01 +00:00
Add Chill context for event admins pages
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
chill_eventtype_admin:
|
||||
path: /
|
||||
defaults: { _controller: "ChillEventBundle:EventType:index" }
|
||||
options:
|
||||
menus:
|
||||
admin_events:
|
||||
order: 90
|
||||
label: "Event types"
|
||||
|
||||
chill_eventtype_admin_show:
|
||||
path: /{id}/show
|
||||
|
@@ -1,6 +1,11 @@
|
||||
chill_event_admin_role:
|
||||
path: /
|
||||
defaults: { _controller: "ChillEventBundle:Role:index" }
|
||||
options:
|
||||
menus:
|
||||
admin_events:
|
||||
order: 110
|
||||
label: "Event roles"
|
||||
|
||||
chill_event_admin_role_show:
|
||||
path: /{id}/show
|
||||
|
@@ -1,6 +1,11 @@
|
||||
chill_event_admin_status:
|
||||
path: /
|
||||
defaults: { _controller: "ChillEventBundle:Status:index" }
|
||||
options:
|
||||
menus:
|
||||
admin_events:
|
||||
order: 100
|
||||
label: "Event status"
|
||||
|
||||
chill_event_admin_status_show:
|
||||
path: /{id}/show
|
||||
|
Reference in New Issue
Block a user