-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
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.