-
Type:
Bug Report
-
Resolution: Won't Fix
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
-
None
When:
issuing a PUT request to update a report to reset the target value
Given:
The structure of the request payload is like this:
{
"data" : {
"configuration": {targetValue: {}},
.
.
}
.
.
.
}
Expected:
The target value is reset according to the above structure
Observed
The target value still have the same value when loading the report again
- is related to
-
OPT-1563 reset combined report target value by send a value of null instead of {}
-
- Done
-