Skip to content

Commit e12f9f0

Browse files
committed
[Form][choice] added choice_translation_domain to avoid trans options.
1 parent 14c3319 commit e12f9f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Form/Type/DoctrineType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ public function configureOptions(OptionsResolver $resolver)
292292
'choice_name' => $choiceName,
293293
'choice_value' => $choiceValue,
294294
'id_reader' => null, // internal
295+
'choice_translation_domain' => false,
295296
));
296297

297298
$resolver->setRequired(array('class'));

0 commit comments

Comments
 (0)