mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
chill_event_event:
|
||||
resource: "@ChillEventBundle/Resources/config/routing/event.yml"
|
||||
prefix: /event
|
||||
prefix: /{_locale}/event/event
|
||||
|
||||
chill_event_fr_admin_event_status:
|
||||
resource: "@ChillEventBundle/Resources/config/routing/status.yml"
|
||||
@@ -13,4 +13,3 @@ chill_event_admin_role:
|
||||
chill_event_admin_event_type:
|
||||
resource: "@ChillEventBundle/Resources/config/routing/eventtype.yml"
|
||||
prefix: /{_locale}/admin/event/event_type
|
||||
|
||||
|
7
Resources/config/services/forms.yml
Normal file
7
Resources/config/services/forms.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
chill_event.form.event_type_type:
|
||||
class: Chill\EventBundle\Form\Type\TranslatableEventType
|
||||
arguments:
|
||||
- "@chill.main.helper.translatable_string"
|
||||
tags:
|
||||
- { name: form.type }
|
Reference in New Issue
Block a user