From d0ba2895da873b6c8b18761b166fec5795f8a2b6 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 10 Feb 2014 09:57:17 +0100 Subject: [PATCH] adding new attribute in all template is not mandatory anymore --- core/lib/Thelia/Form/AttributeCreationForm.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Thelia/Form/AttributeCreationForm.php b/core/lib/Thelia/Form/AttributeCreationForm.php index dc65cc16c..db638fb29 100644 --- a/core/lib/Thelia/Form/AttributeCreationForm.php +++ b/core/lib/Thelia/Form/AttributeCreationForm.php @@ -46,9 +46,6 @@ class AttributeCreationForm extends BaseForm )) ) ->add("add_to_all" , "checkbox" , array( - "constraints" => array( - new NotBlank() - ), "label" => Translator::getInstance()->trans("Add to all product templates"), "label_attr" => array( "for" => "add_to_all"