-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Problem:
- In Processes dashboard, sorting by name does not work as expected. The processes are always sorted by key.
Expected:
- The processes are labeled in the name column by either their name or key. Therefore, sorting should be based on that label (meaning that they should be sorted by that label, whether it is name or key).
Hint
- When fetching data, each process definition `name` field can be mapped to `name || key`. Then sorting `request` field can be set to `name`.
Notice
- This bug might be present in other views as well.