Details
-
Type:
Sub-task
-
Status: Done
-
Priority:
L3 - Default
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.1.0-alpha2, 3.1.0
-
Component/s: backend
-
Labels:
-
Effort:Not defined
Description
AT:
- It is possible to add null as one of the values for number and string filters for the 'in' and 'not in' cases
- variable filter API docs are updated accordingly
Number
{ "operator" : "in", // in, "not in", <, >, <=, >= "values" : [ null, 1234 ] // null only works for in/not in }
String
{ "operator" : "in", // in, "not in" "values" : [ "String 1", "String 2", null ] // null => null/undefined values }
mgm-controller-panel
This is the controller panel for Smart Panels app
Attachments
Issue Links
- is depended on by
-
OPT-3679 Add the option to select null/undefined for number and string variables
-
- Done
-