Merge pull request #7918 from tchak/fix-routage-groupe-instructeur
fix(routage): fill dossier groupe instructeur in some edge cases
This commit is contained in:
commit
84b1888d3a
1 changed files with 1 additions and 1 deletions
|
@ -432,7 +432,7 @@ module Users
|
|||
end
|
||||
|
||||
def should_fill_groupe_instructeur?
|
||||
!@dossier.procedure.routee? && @dossier.groupe_instructeur_id.nil?
|
||||
(!@dossier.procedure.routee? || @dossier.procedure.groupe_instructeurs.size == 1) && @dossier.groupe_instructeur_id.nil?
|
||||
end
|
||||
|
||||
def defaut_groupe_instructeur
|
||||
|
|
Loading…
Reference in a new issue