Order countries in alphabetical order in every language - close #360

This commit is contained in:
Marc Ducobu
2014-11-28 13:45:38 +01:00
parent 654789d40a
commit 070b184dbe
3 changed files with 118 additions and 7 deletions

View File

@@ -52,6 +52,7 @@ services:
class: Chill\MainBundle\Form\Type\Select2CountryType
arguments:
- "@request_stack"
- "@doctrine.orm.entity_manager"
tags:
- { name: form.type, alias: select2_chill_country }