User : Ajoute le type de champ Expression régulière coté utilisateur

This commit is contained in:
Kara Diaby 2023-09-29 21:09:41 +00:00
parent c22e36c35c
commit a26df43577
14 changed files with 112 additions and 8 deletions

View file

@ -540,6 +540,9 @@ module Users
@dossier.check_mandatory_and_visible_champs.map do |error_on_champ|
errors.import(error_on_champ)
end
@dossier.check_expressions_regulieres_champs.map do |error_on_champ|
errors.import(error_on_champ) if error_on_champ.present?
end
errors
end