Hide Forgot
Description of problem: All drop down fields should be sorted alphabetically, so it'll be easier to find values in them. For example, in the reports-custom (https://tcms.engineering.redhat.com/report/custom/), the builds list is not sorted. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** Bug 691435 has been marked as a duplicate of this bug. ***
(In reply to comment #0) > Description of problem: > All drop down fields should be sorted alphabetically, so it'll be easier to > find values in them. For example, in the reports-custom > (https://tcms.engineering.redhat.com/report/custom/), the builds list is not > sorted. > > Version-Release number of selected component (if applicable): > Because builds have sequence of date, the build list should sort by created date, which will be easier for user. so the latest build can be to quickly find. other list without date sensitive need to be sorted alphabetically.
commit 48a63a0d27bbb14c55194356e04e5202a056f078 Sorted part of the drop down list alphabetically.
Verify 3.5.0-1 on stage -->PASS Actual result: In the reports-custom , The build column can be sorted via alphabetically.