mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-18 16:24:24 +00:00
Route for event is now {locale}/event/event
This commit is contained in:
parent
4d02314770
commit
26fa6a2c56
@ -1,6 +1,6 @@
|
|||||||
chill_event_event:
|
chill_event_event:
|
||||||
resource: "@ChillEventBundle/Resources/config/routing/event.yml"
|
resource: "@ChillEventBundle/Resources/config/routing/event.yml"
|
||||||
prefix: /event
|
prefix: /{_locale}/event/event
|
||||||
|
|
||||||
chill_event_fr_admin_event_status:
|
chill_event_fr_admin_event_status:
|
||||||
resource: "@ChillEventBundle/Resources/config/routing/status.yml"
|
resource: "@ChillEventBundle/Resources/config/routing/status.yml"
|
||||||
@ -13,4 +13,3 @@ chill_event_admin_role:
|
|||||||
chill_event_admin_event_type:
|
chill_event_admin_event_type:
|
||||||
resource: "@ChillEventBundle/Resources/config/routing/eventtype.yml"
|
resource: "@ChillEventBundle/Resources/config/routing/eventtype.yml"
|
||||||
prefix: /{_locale}/admin/event/event_type
|
prefix: /{_locale}/admin/event/event_type
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user