Closed Bug 1907 Opened 26 years ago Closed 26 years ago

When sorting bug list by "Importance" sort by severity as well as priority

Categories

(Bugzilla :: Bugzilla-General, enhancement, P5)

All
Windows NT
enhancement

Tracking

()

VERIFIED FIXED
Bugzilla old

People

(Reporter: cbaldwin, Assigned: terry)

Details

Sorting the bug list by "importance" should sort primarily on priority and secondarily on severity. The following change to buglist.cgi should do the trick: *** 285,291 **** last ORDER; }; /Import/ && do { ! $::FORM{'order'} = "bugs.priority"; last ORDER; }; /Assign/ && do { --- 285,291 ---- last ORDER; }; /Import/ && do { ! $::FORM{'order'} = "bugs.priority, bugs.bug_severity"; last ORDER; }; /Assign/ && do {
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Sounds like a good idea to me! This patch has been applied.
Status: RESOLVED → VERIFIED
Verified as fixed
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
QA Contact: matty_is_a_geek → default-qa
You need to log in before you can comment on or make changes to this bug.