-
Bug Report
-
Resolution: Won't Fix
-
L3 - Default
-
None
-
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
This is the controller panel for Smart Panels app
- is related to
-
OPT-1563 reset combined report target value by send a value of null instead of {}
- Done