Order languages in alphabetical order in every language

This commit is contained in:
Marc Ducobu
2014-11-28 14:12:35 +01:00
parent 7b7c327a9a
commit 787ed4a7c2
3 changed files with 113 additions and 6 deletions

View File

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