From 14dd13222057b0bb7fa014b41276fd96dbb8c0ad Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Mon, 10 Mar 2014 15:20:00 +0100 Subject: [PATCH] add_to_all parameter feature create form can be blank --- core/lib/Thelia/Form/FeatureCreationForm.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/lib/Thelia/Form/FeatureCreationForm.php b/core/lib/Thelia/Form/FeatureCreationForm.php index cbbc7692f..b436ca917 100644 --- a/core/lib/Thelia/Form/FeatureCreationForm.php +++ b/core/lib/Thelia/Form/FeatureCreationForm.php @@ -46,9 +46,6 @@ class FeatureCreationForm 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"