From 3c00fba9c618e62a6c038c7ed3376588d8222698 Mon Sep 17 00:00:00 2001 From: Sander Goossens Date: Mon, 12 Dec 2016 09:24:34 +0100 Subject: [PATCH] [NodeBundle]: remove choices_as_values --- .../NodeBundle/Form/NodeMenuTabTranslationAdminType.php | 1 - 1 file changed, 1 deletion(-) 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 )); }