Removed recipient selection from pools. Only severity and category are used as filters now. New filtering based on pool to be done.

This commit is contained in:
Alfredo Cardigliano 2022-02-18 11:45:16 +01:00
parent f5178d4329
commit 29c0ba4594
28 changed files with 110 additions and 707 deletions

View file

@ -159,8 +159,9 @@ end
function pairsByKeys(t, f)
local a = {}
-- io.write(debug.traceback().."\n")
if t == nil then
io.write(debug.traceback().."\n")
end
for n in pairs(t) do table.insert(a, n) end
table.sort(a, f)
local i = 0 -- iterator variable