mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Adding route into the admin menu
This commit is contained in:
parent
b430ac30b0
commit
f4fb039289
@ -1,6 +1,11 @@
|
|||||||
chill_activity_activityreason:
|
chill_activity_activityreason:
|
||||||
path: /{_locale}/admin/activityreason/
|
path: /{_locale}/admin/activityreason/
|
||||||
defaults: { _controller: "ChillActivityBundle:ActivityReason:index" }
|
defaults: { _controller: "ChillActivityBundle:ActivityReason:index" }
|
||||||
|
options:
|
||||||
|
menus:
|
||||||
|
admin:
|
||||||
|
order: 2000
|
||||||
|
label: "Activity Reasons"
|
||||||
|
|
||||||
chill_activity_activityreason_show:
|
chill_activity_activityreason_show:
|
||||||
path: /{_locale}/admin/activityreason/{id}/show
|
path: /{_locale}/admin/activityreason/{id}/show
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
chill_activity_activityreasoncategory:
|
chill_activity_activityreasoncategory:
|
||||||
path: /{_locale}/admin/activityreasoncategory/
|
path: /{_locale}/admin/activityreasoncategory/
|
||||||
defaults: { _controller: "ChillActivityBundle:ActivityReasonCategory:index" }
|
defaults: { _controller: "ChillActivityBundle:ActivityReasonCategory:index" }
|
||||||
|
options:
|
||||||
|
menus:
|
||||||
|
admin:
|
||||||
|
order: 2010
|
||||||
|
label: "Activity Reasons Category"
|
||||||
|
|
||||||
chill_activity_activityreasoncategory_show:
|
chill_activity_activityreasoncategory_show:
|
||||||
path: /{_locale}/admin/activityreasoncategory/{id}/show
|
path: /{_locale}/admin/activityreasoncategory/{id}/show
|
||||||
|
@ -1,6 +1,11 @@
|
|||||||
activitytype:
|
activitytype:
|
||||||
path: /{_locale}/admin/activitytype/
|
path: /{_locale}/admin/activitytype/
|
||||||
defaults: { _controller: "ChillActivityBundle:ActivityType:index" }
|
defaults: { _controller: "ChillActivityBundle:ActivityType:index" }
|
||||||
|
options:
|
||||||
|
menus:
|
||||||
|
admin:
|
||||||
|
order: 2020
|
||||||
|
label: "Activity Types"
|
||||||
|
|
||||||
chill_activity_activitytype_show:
|
chill_activity_activitytype_show:
|
||||||
path: /{_locale}/admin/activitytype/{id}/show
|
path: /{_locale}/admin/activitytype/{id}/show
|
||||||
|
Loading…
x
Reference in New Issue
Block a user