How can I remove a rule ( like "required" ) from a field with Fieldset?
The validation of this field is specified in an ORM model ... but only for Update, in my controller, I have to remove the "required" rule.
You can set the Validation to do a partial validation, in which case only the given fields or fields in POST are validated: pass a second value of 'true'