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

Unable to edit report settings after migration

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 2.3.0
    • None
    • frontend
    • None

    Description

      Given
      A Line Chart report that shows Process Instance Duration

      When
      I edit the report and click on the cogwheel in order to change the chart color

      Then
      I get an exception Cannot read property 'dateFormat' of undefined

      Hint
      When I compare the response of the evaluate request http://localhost:8090/api/report/11e145fb-5f38-4bc8-9dab-44c130c4d099/evaluate I observe differences in the data --> configuration node

      Expected:
      Optimize does not crash for single and combined chart reports

      correct response

      "configuration" : {
            "color" : "#1991c8",
            "showInstanceCount" : false,
            "xml" : "...",
            "pointMarkers" : true,
            "targetValue" : null,
            "hideRelativeValue" : false,
            "hideAbsoluteValue" : false,
            "yLabel" : "",
            "xLabel" : ""
          },
      

      incorrect response

      "configuration" : {
            "xml" : "...."
            "excludedColumns" : [ ],
            "targetValue" : {
              "active" : false
            },
            "alwaysShowTooltips" : false
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                michael.schoettes Michael Schoettes
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce