Unable to edit report settings after migration

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 2.3.0
    • Affects Version/s: None
    • Component/s: frontend
    • None

      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
      

            Assignee:
            Unassigned
            Reporter:
            Michael Schoettes
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: