View Issue Details

IDProjectCategoryView StatusLast Update
0003163mantisbtbugtrackerpublic2013-10-08 07:40
ReporterAJCartmell Assigned Tojfitzell  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.0a4 
Summary0003163: More intuitive sorting when selecting new sort column
Description

When clicking to sort by a new column the system currently keeps the sort order of the old sort column. It is more intuitive to always sort DESC when selecting a new column.

Additional Information

Simple to fix, just insert

else $p_dir = 'DESC';

as line 834 in core/print_api.php (function print_view_bug_sort_link).

TagsNo tags attached.

Relationships

related to 0016463 closeddregad Sort order defaults to descending 

Activities

jfitzell

jfitzell

2003-05-01 20:30

reporter   ~0004289

Fixed in CVS

Related Changesets

MantisBT: master 6beb5283

2003-05-01 14:29

Julian Fitzell


Details Diff
Fix issue 0003163 with fix from AJCartmell <AJCartmell@ricardo.com>

* core/print_api.php
(print_view_bug_sort_link):
(print_view_bug_sort_link2):
- set the sort order to ASC if we are changing columns

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