Merge pull request #353 from gharlan/model-type-without-translation

Do not translate choices of model type
This commit is contained in:
Toni Uebernickel 2015-08-10 18:40:02 +02:00
commit 88bf864e25

View file

@ -96,6 +96,7 @@ class ModelType extends AbstractType
'group_by' => null,
'by_reference' => false,
'index_property' => null,
'choice_translation_domain' => false,
));
}