CSV Export fails for combined reports with duration result map or number

XMLWordPrintable

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

      Given:

      • I have a combined report containing duration reports (result type map or number)

      When:

      • I hit the export button

      Then:

      • I get to a new tab containing a json error response
      {
      errorMessage: "Unsupported report type [ProcessDurationReportMapResultDto] in combined report",
      reportDefinition: null
      }}
      

      or for duration number reports

      {
      errorMessage: "Unsupported report type [ProcessDurationReportNumberResultDto] in combined report",
      reportDefinition: null
      }
      

      Expected:

      • I get the CSV

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

              Created:
              Updated:
              Resolved: