refactor(routing): toggle routing when destroy group
This commit is contained in:
parent
3a667d39ba
commit
5929c8354c
1 changed files with 1 additions and 4 deletions
|
@ -163,10 +163,7 @@ module Administrateurs
|
|||
else
|
||||
@groupe_instructeur.destroy!
|
||||
if procedure.groupe_instructeurs.active.one?
|
||||
procedure.update!(
|
||||
routing_enabled: false,
|
||||
instructeurs_self_management_enabled: false
|
||||
)
|
||||
procedure.defaut_groupe_instructeur.toggle_routing
|
||||
procedure.defaut_groupe_instructeur.update!(
|
||||
routing_rule: nil,
|
||||
label: GroupeInstructeur::DEFAUT_LABEL,
|
||||
|
|
Loading…
Reference in a new issue