severity fix on recipient edit modal

This commit is contained in:
gabryon99 2020-09-16 17:02:05 +02:00
parent 9341a43809
commit 521c2a3b8e
9 changed files with 65 additions and 74 deletions

View file

@ -1359,6 +1359,7 @@ local known_parameters = {
["flow_key"] = validateNumber, -- The key of the flow
["flow_hash_id"] = validateNumber, -- The ID uniquely identifying the flow in the hash table
["pool"] = validateNumber, -- A pool ID
["pool_id"] = validateNumber, -- A pool ID
["direction"] = validateDirection, -- Sent or Received direction
["download"] = validateBool,
["item"] = validateSingleWord, -- Used by the Import/Export page to select the item to import/export