Closed
Bug 371016
Opened 19 years ago
Closed 19 years ago
Versions are no longer sorted by version-sort
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: mkanat, Assigned: mkanat)
Details
(Keywords: regression)
Attachments
(1 file)
|
1.04 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
Versions used to be sorted by vers_cmp in the UI, during the 2.23 development cycle, but we apparently broke that when we started using Bugzilla::Object for Bugzilla::Version. The fix is simple, though--we just have to override new_from_list and have it return its array sorted with vers_cmp.
| Assignee | ||
Updated•19 years ago
|
Keywords: regression
| Assignee | ||
Comment 1•19 years ago
|
||
This is a pretty simple fix. I've tested it on landfill.
Comment 2•19 years ago
|
||
Comment on attachment 255774 [details] [diff] [review]
v1
Works fine. I doubt we will regress anything here. r=LpSolit
Attachment #255774 -
Flags: review?(LpSolit) → review+
| Assignee | ||
Comment 4•19 years ago
|
||
Checking in Bugzilla/Version.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Version.pm,v <-- Version.pm
new revision: 1.12; previous revision: 1.11
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•