Route for event is now {locale}/event/event

This commit is contained in:
Marc Ducobu 2016-03-22 18:26:34 +01:00
parent 4d02314770
commit 26fa6a2c56

View File

@ -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