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)
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 {
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Sounds like a good idea to me! This patch has been applied.
Comment 3•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•