adding new attribute in all template is not mandatory anymore

This commit is contained in:
Manuel Raynaud
2014-02-10 09:57:17 +01:00
parent a51c54db26
commit d0ba2895da

View File

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