Add valid case for Archived

This commit is contained in:
Isaac Connor
2023-01-25 13:25:33 -05:00
parent ecf790b1d6
commit c8e4dcbe51

View File

@@ -521,6 +521,7 @@ class FilterTerm {
if (!$this->val)
return false;
break;
case 'Archived' :
case 'Monitor' :
case 'MonitorId' :
if ($this->val === '')