Skip to content

object_validators: Group common fields in CommonValidations

Haelwenn requested to merge refactor/group_validator_fields into develop

Notes:

  • QuestionValidator didn't have a :name field but that seems like a mistake
  • _fields functions can't inherit others because of some Validators
  • bto/bcc fields were absent in activities, also seems like a mistake (Well IIRC we don't or barely support bto/bcc anyway)

Merge request reports