Abhoryo / APYJsFormValidationBundle

This bundle performs validations of a form in javascript. (i18n compatible and several javascript frameworks supported)
92 stars 23 forks source link

[Generator] property_path = FALSE #13

Closed recipe closed 11 years ago

recipe commented 11 years ago

When field's property_path is false we need to exclude it from form validation on client-side. Symfony itself does not apply validation constraints that are set for the field with property_path = FALSE Any objections [agree, disagree]?

form Field Type - property-path

Abhoryo commented 11 years ago

Agree.

recipe commented 11 years ago

It has been fixed.