-
Bug Report
-
Resolution: Done
-
L3 - Default
-
None
-
None
Reproduce:
- Create a new report with the following configuration:
- view: avg flow node duration
- group by flownodes
- visualize as: heatmap
- create a heatmapTargetValue setting so that the corresponding config field has the following content:
heatmapTargetValue: {active: true, values: {ScheduleDiscoveryCall: {value: 10, unit: "seconds"}}}
- save the report
- change the report configuration so that the heatmapTargetValue config field has the following content:
heatmapTargetValue: {active: false, values: {}}
- save the report again
- Retrieve the report
Expected:
- heatmapTargetValue config field has the content of the last save
Observed:
- heatmapTargetValue config field has the following content:
heatmapTargetValue: {active: false, values: {ScheduleDiscoveryCall: {unit: "seconds", value: "10"}}}
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...