Fix ifid handling in disabled alerts

This commit is contained in:
emanuele-f 2019-08-22 15:53:29 +02:00
parent 65b2bd6ffb
commit 7534fa4636
2 changed files with 7 additions and 2 deletions

View file

@ -61,6 +61,10 @@ local to_skip = (currentPage-1) * perPage
-- ################################################
if _GET["ifid"] then
interface.select(_GET["ifid"])
end
local ifid = interface.getId()
local entity_counters = {}