add_to_all parameter feature create form can be blank
This commit is contained in:
@@ -46,9 +46,6 @@ class FeatureCreationForm extends BaseForm
|
|||||||
))
|
))
|
||||||
)
|
)
|
||||||
->add("add_to_all" , "checkbox" , array(
|
->add("add_to_all" , "checkbox" , array(
|
||||||
"constraints" => array(
|
|
||||||
new NotBlank()
|
|
||||||
),
|
|
||||||
"label" => Translator::getInstance()->trans("Add to all product templates"),
|
"label" => Translator::getInstance()->trans("Add to all product templates"),
|
||||||
"label_attr" => array(
|
"label_attr" => array(
|
||||||
"for" => "add_to_all"
|
"for" => "add_to_all"
|
||||||
|
|||||||
Reference in New Issue
Block a user