Skip to content

Commit

Permalink
set alert template when moving site to another client fixes #1975
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Aug 15, 2024
1 parent 751b0ef commit a029c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/tacticalrmm/clients/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def save(self, *args, **kwargs):
old_site.alert_template != self.alert_template
or old_site.workstation_policy != self.workstation_policy
or old_site.server_policy != self.server_policy
or old_site.client != self.client
):
cache_agents_alert_template.delay()

Expand Down

0 comments on commit a029c1d

Please sign in to comment.