From 32e2aa4ea8b004d5db4c84ebea59d72c132b7bca Mon Sep 17 00:00:00 2001 From: Gregor Harlan Date: Mon, 10 Aug 2015 15:01:41 +0200 Subject: [PATCH] do not translate choices of model type --- Form/Type/ModelType.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Form/Type/ModelType.php b/Form/Type/ModelType.php index 2b1f2e0..6ae2f8b 100644 --- a/Form/Type/ModelType.php +++ b/Form/Type/ModelType.php @@ -96,6 +96,7 @@ class ModelType extends AbstractType 'group_by' => null, 'by_reference' => false, 'index_property' => null, + 'choice_translation_domain' => false, )); }