set alert template when moving site to another client fixes #1975

This commit is contained in:
wh1te909 2024-08-15 18:40:19 +00:00
parent 751b0ef716
commit a029c1d0db
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ class Site(BaseAuditModel):
old_site.alert_template != self.alert_template old_site.alert_template != self.alert_template
or old_site.workstation_policy != self.workstation_policy or old_site.workstation_policy != self.workstation_policy
or old_site.server_policy != self.server_policy or old_site.server_policy != self.server_policy
or old_site.client != self.client
): ):
cache_agents_alert_template.delay() cache_agents_alert_template.delay()