Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-1963

Removals from heatmapTargetValue.values config are not saved

XMLWordPrintable

    • Icon: Bug Report Bug Report
    • Resolution: Done
    • Icon: L3 - Default L3 - Default
    • 2.4.0-alpha2, 2.4.0
    • None
    • 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

              Unassigned Unassigned
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: