mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix - not - not in - Operator Crash in Device Group (#11250)
This commit is contained in:
@@ -61,6 +61,8 @@ class QueryBuilderParser implements \JsonSerializable
|
||||
'is_not_null' => "IS NOT NULL",
|
||||
'regex' => 'REGEXP',
|
||||
'not_regex' => 'NOT REGEXP',
|
||||
'in' => 'IN',
|
||||
'not_in' => 'NOT IN',
|
||||
];
|
||||
|
||||
protected static $values = [
|
||||
|
Reference in New Issue
Block a user