Cannot sort report table by integer variable

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 2.5.0-alpha1, 2.5.0
    • Affects Version/s: None
    • Component/s: backend, frontend
    • None

      Reproduce:

      • Create a process instance count report, that is grouped by an integer variable and visualized as table
      • Sort the table by the variable column

      Expected:

      • The table is sorted by the variable column

      Observed:

      • It is not sorted

      Hint:
      The backend returns the values sorted, but uses a JSON object to store the values. Since order is not guaranteed to be preserved when dealing with objects, we should return data that has a certain order as array, not as object.

            Assignee:
            Unassigned
            Reporter:
            Sebastian Stamm
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: