View Issue Details

IDProjectCategoryView StatusLast Update
0000733mantisbtbugtrackerpublic2014-01-13 20:17
ReporterShane Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Summary0000733: Sort order allows high priority items to fall off bottom
Description

The priority should override the default sort order. Otherwise hig pri things can fall below the first page, and realistically only the first page bugs get fixed :)

Additional Information

Patch is
Index: view_all_bug_page.php3

RCS file: /cvsroot/mantisbt/mantisbt/view_all_bug_page.php3,v
retrieving revision 1.7
diff -u -3 -p -r1.7 view_all_bug_page.php3
--- view_all_bug_page.php3 2001/07/24 05:11:25 1.7
+++ view_all_bug_page.php3 2001/07/25 05:16:00
@@ -116,7 +116,7 @@
if ( !isset( $f_sort ) ) {
$f_sort="last_updated";
}

  • $query = $query." ORDER BY '$f_sort' $f_dir";
  • $query = $query." ORDER BY priority desc, '$f_sort' $f_dir";
    if ( isset( $f_limit_view ) ) {
    $query = $query." LIMIT $f_offset, $f_limit_view";
    }
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 0ca34ec8

2001-08-01 15:07

myplacedk


Details Diff
Fixing bug 0000733 with patch from bug report.

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@339 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9
Affected Issues
0000733
mod - view_all_bug_page.php3 Diff File