Skip to content

Commit

Permalink
Release 0.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wh1te909 committed Feb 18, 2021
2 parents 2e58687 + 8c2dc5f commit 6278240
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/tacticalrmm/agents/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ def get_alert_template(self) -> Union[AlertTemplate, None]:
continue

# check if template is excluding desktops
if self.monitoring_type == "workstation" and template.exclude_desktops:
if self.monitoring_type == "workstation" and template.exclude_workstations:
continue

# check if template is excluding servers
Expand Down
2 changes: 1 addition & 1 deletion api/tacticalrmm/tacticalrmm/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
AUTH_USER_MODEL = "accounts.User"

# latest release
TRMM_VERSION = "0.4.11"
TRMM_VERSION = "0.4.12"

# bump this version everytime vue code is changed
# to alert user they need to manually refresh their browser
Expand Down

0 comments on commit 6278240

Please sign in to comment.