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

Removals from heatmapTargetValue.values config are not saved

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Done
    • L3 - Default
    • 2.4.0-alpha2, 2.4.0
    • None
    • backend
    • None

    Description

      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"}}}
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce