Description of problem: The requester dropdown from Services -> Requests page is no longer sorted alphabetically Version-Release number of selected component (if applicable): 5.10.8 How reproducible: Always Steps to Reproduce: 1. go to Services -> Requests 2. click on the Requester dropdown 3. Actual results: not sorted alphabetically like in previous versions Expected results: organized sorting (alphabetically) Additional info: Causing issues when trying to troubleshoot specific requests for a specific user
https://github.com/ManageIQ/manageiq-ui-classic/pull/6201
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/7bc1db07b6d79e4413a06d44864a0ea62cfdf3ed commit 7bc1db07b6d79e4413a06d44864a0ea62cfdf3ed Author: Zita Nemeckova <znemecko> AuthorDate: Wed Sep 18 04:54:58 2019 -0400 Commit: Zita Nemeckova <znemecko> CommitDate: Wed Sep 18 04:54:58 2019 -0400 Sort Requester dropdown by label Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1749953 app/controllers/miq_request_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)