Refresh alert counters upon delete

This commit is contained in:
Simone Mainardi 2016-12-06 19:34:57 +01:00
parent 36df7511c4
commit 8bdc909d69
2 changed files with 18 additions and 1 deletions

View file

@ -717,7 +717,8 @@ end
-- #################################
function deleteAlerts(what, options)
return performAlertsQuery("Delete", what, options)
performAlertsQuery("Delete", what, options)
interface.refreshAlertCounters()
end
-- #################################