diff --git a/src/Kunstmaan/NodeBundle/Form/NodeMenuTabTranslationAdminType.php b/src/Kunstmaan/NodeBundle/Form/NodeMenuTabTranslationAdminType.php index 7c30b49e57..cd9de75fb2 100644 --- a/src/Kunstmaan/NodeBundle/Form/NodeMenuTabTranslationAdminType.php +++ b/src/Kunstmaan/NodeBundle/Form/NodeMenuTabTranslationAdminType.php @@ -45,7 +45,6 @@ public function buildForm(FormBuilderInterface $builder, array $options) 'placeholder' => false, 'required' => false, 'attr' => array('title' => 'kuma_node.form.menu_tab_translation.weight.title'), - 'choices_as_values' => true, 'choice_translation_domain' => false )); }