chore(routing): update turbo stream only if champ used by routing rules has been updated
This commit is contained in:
parent
78d1572c8f
commit
e413c0881e
2 changed files with 3 additions and 3 deletions
|
@ -559,7 +559,7 @@ module Users
|
|||
if @dossier.champs.any?(&:changed_for_autosave?)
|
||||
@dossier.last_champ_updated_at = Time.zone.now
|
||||
|
||||
if @dossier.champs_public.filter(&:changed_for_autosave?).any?(&:used_by_routing_rules?)
|
||||
if @dossier.champs_public.any? { _1.changed_for_autosave? && _1.used_by_routing_rules? }
|
||||
RoutingEngine.compute(@dossier)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue