Closed
Bug 1893455
Opened 10 months ago
Closed 9 months ago
Sorting of landing job statuses changed since enums are no longer used
Categories
(Conduit :: Lando, defect)
Conduit
Lando
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zeid, Assigned: ahochheiden)
References
(Regression)
Details
(Keywords: good-first-bug, regression)
After statuses were changed to use a text field (i.e., with "choices") the sorting is alphabetical, instead of based on the initial choice creation order. This was temporarily fixed by prepending a number to the actual value of the choice, but a cleaner solution should be implemented. This could be an explicit sorting of query results where sorting is important, or an override of the default sorting if possible.
Reporter | ||
Updated•10 months ago
|
Keywords: good-first-bug
Assignee | ||
Comment 1•9 months ago
|
||
Assignee: nobody → ahochheiden
Status: NEW → RESOLVED
Closed: 9 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•