feat(routing): add routing engine
This commit is contained in:
parent
b93e3776c4
commit
3cede55d41
3 changed files with 58 additions and 0 deletions
|
@ -455,6 +455,8 @@ module Users
|
|||
@dossier.assign_to_groupe_instructeur(groupe_instructeur_from_params)
|
||||
end
|
||||
|
||||
RoutingEngine.compute(@dossier)
|
||||
|
||||
if dossier.en_construction?
|
||||
errors += @dossier.check_mandatory_and_visible_champs
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue