Invalidate cache on alerts delete

This commit is contained in:
emanuele-f 2017-04-26 18:04:11 +02:00
parent 22d9d3ad2c
commit 63402a848d

View file

@ -510,6 +510,7 @@ end
function deleteAlerts(what, options)
local opts = getUnpagedAlertOptions(options or {})
performAlertsQuery("DELETE", what, opts)
invalidateEngagedAlertsCache()
end
-- #################################