Removals from heatmapTargetValue.values config are not saved

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Done
    • Priority: L3 - Default
    • 2.4.0-alpha2, 2.4.0
    • Affects Version/s: None
    • Component/s: backend
    • 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

              Assignee:
              Unassigned
              Reporter:
              Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: