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"