Sorting multiple columns in table widgets does not work. When the table widget is in edit mode (Configure view), the sorting is fine. When we are in display mode, the second column sorting takes precedence
STEPS TO REPRODUCE:
In MUX > Go to the Tasks Workspace
Sort the data by the Investment column first and set the Tasks name as second sorting column
The data is properly sorted by the Investment column first and Task name second
Create a project in MUX called "Hello" and create two Change Requests on the project: "Hello Change Open", "Hello Change Closed"
Create a project in MUX called "Bye" and create two Change Requests on the project: "Bye Change Open", "Bye Change Closed"
In MUX > Go to Administration > Blueprints and create a copy of the Standard Investment Hierarchy blueprint
Add a New Canvas module to the blueprint
In MUX > Go to Hierarchies workspace and create a Hierarchy
Associate it to the blueprint we created with the canvas module
Import both projects we created "Hello" and "Bye"
Go to the New Canvas module and add a Table Widget where the target object is the Change object
Go to the Configure wheel and set the Investment column as first sorting column and Status as second sorting column
Data is sorted correctly
Accept changes and exit the Widget Configure view
Look at the data sorting
Expected Results: Sort column order to be respected and data to be ordered by Investment Name first and Status second Actual Results: Data is ordered by the second sorting column being Status