Commit 603a9319 authored by terry%netscape.com's avatar terry%netscape.com

Applied patch by cbaldwin@siara.com -- make sorting by "importance"

use "severity" as a secondary sort. Fixes bug 1907.
parent 5bd5ae34
......@@ -285,7 +285,7 @@ if (defined $::FORM{'order'} && $::FORM{'order'} ne "") {
last ORDER;
};
/Import/ && do {
$::FORM{'order'} = "bugs.priority";
$::FORM{'order'} = "bugs.priority, bugs.bug_severity";
last ORDER;
};
/Assign/ && do {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment