Merge branch 'dev-undefined-index' into 'master'

fix undefined index in person edit form

See merge request Chill-Projet/chill-bundles!26
This commit is contained in:
2021-05-06 13:47:13 +00:00
3 changed files with 30 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ services:
arguments:
- "@request_stack"
- "@doctrine.orm.entity_manager"
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type, alias: select2_chill_country }
@@ -31,6 +32,7 @@ services:
arguments:
- "@request_stack"
- "@doctrine.orm.entity_manager"
- "@chill.main.helper.translatable_string"
tags:
- { name: form.type, alias: select2_chill_language }