kumaradityaraj opened a new pull request, #3183: URL: https://github.com/apache/incubator-kie-tools/pull/3183
✨ **Closes [SRVLOGIC-491](https://issues.redhat.com/browse/SRVLOGIC-491) – Management console is unable to sort workflow instances by ID** --- ## 🛠️ Fix: Unable to Sort Workflow Instances by ID in Management Console ### Issue The Management Console was unable to sort the workflow instances list by **ID** on the Workflow Instances page. When selecting the ID option for sorting: - The sorting did not apply. - The only way to restore functionality was to refresh the page. - All other sorting options (e.g., by status) became disabled or unselectable after choosing ID. This was impacting user experience by blocking expected UI behavior when managing workflow instances. ### What Was Fixed - Corrected the sorting logic for the **ID** column. - Ensured that selecting ID as a sort option does not disable or block other sort fields. - Now, sorting by ID correctly updates the list as expected, without requiring a page refresh. ### ✅ Expected Behavior - The list of workflow instances should not be empty. - Sorting by **ID** correctly applies and shows results in the expected order. - Other sort options remain available and functional after using the ID sort. --- ### 📹 Demo A video showcasing the updated behavior is attached. https://github.com/user-attachments/assets/007fccad-3a64-42f6-a02f-7e9699b33c7b -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
