User : Ajoute le type de champ Expression régulière coté utilisateur
This commit is contained in:
parent
c22e36c35c
commit
a26df43577
14 changed files with 112 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue