add_to_all parameter feature create form can be blank

This commit is contained in:
Manuel Raynaud
2014-03-10 15:20:00 +01:00
parent cd51895366
commit 14dd132220

View File

@@ -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"