mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
rename service alias definition
This commit is contained in:
parent
73a2c2d41a
commit
97a4deb159
@ -5,14 +5,14 @@ services:
|
|||||||
- '%chill_person.person_fields%'
|
- '%chill_person.person_fields%'
|
||||||
- '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
- '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type, alias: person_creation }
|
- { name: form.type, alias: '@chill.person.form.person_creation' }
|
||||||
|
|
||||||
Chill\PersonBundle\Form\CreationPersonType:
|
Chill\PersonBundle\Form\CreationPersonType:
|
||||||
arguments:
|
arguments:
|
||||||
- '@chill.main.form.data_transformer.center_transformer'
|
- '@chill.main.form.data_transformer.center_transformer'
|
||||||
- '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
- '@Chill\PersonBundle\Config\ConfigPersonAltNamesHelper'
|
||||||
tags:
|
tags:
|
||||||
- { name: form.type, alias: person_creation }
|
- { name: form.type, alias: '@chill.main.form.person_creation' }
|
||||||
|
|
||||||
chill.person.accompanying_period_closing_motive:
|
chill.person.accompanying_period_closing_motive:
|
||||||
class: Chill\PersonBundle\Form\Type\ClosingMotivePickerType
|
class: Chill\PersonBundle\Form\Type\ClosingMotivePickerType
|
||||||
|
Loading…
x
Reference in New Issue
Block a user