-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
-
Not defined
AT:
- The available filters datastructure is adjusted to contain an "allowCustomValues" boolean field for variables. The new filter datastructure should look like this:
[{
"type": "variable"
"data": {
{
"name" : "variable_Name",
"type" : "string", // or boolean, date, long, short, integer, double
"data" : {
{
"operator" : "in",
"values" : [ "String 1", "String 2" ],
"allowCustomValues": true
}
}
}
}
}, ...]
ATs:
- Existing variable available filters are migrated to set the new field value to false
- String and numerical variable available filters must have their custom property set when creating/updating dashboard
- Update API docs