View Issue Details

IDProjectCategoryView StatusLast Update
0012077mantisbtadministrationpublic2011-08-05 02:58
Reporterdjcarr Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.2.1 
Target Version1.2.4 
Summary0012077: Manage User page links do not preserve sort order
Description

In Manage Users the page links do not retain any of the sorting information.

This makes it impossible to get to page 2 of a particular sort order without editing the URL manually.

Steps To Reproduce

Have more than 50 users displayed. Sort by Last Visit. No matter what sort columns and order you use, the link to page 2 will always be:

manage_user_page.php?filter=ALL&hide=0&page_number=2

The expected behaviour would be that the link points to something like:

manage_user_page.php?sort=last_visit&dir=ASC&save=1&hide=0&filter=ALL&page_number=2

And in fact typing this URL manually into the browser allows me to access this inaccessible page.

Additional Information

It's worth mentioning that the links to a letter filter DO preserve the sort correctly:

<myMantis>/manage_user_page.php?sort=last_visit&dir=ASC&save=1&hide=0&filter=P

So the same principle could be applied to the page number links.

Tagspatch

Relationships

duplicate of 0012344 closedatrol In manage_user_page.php changing page resets sort criteria 

Activities

djcarr

djcarr

2010-06-16 20:10

reporter   ~0025876

(oops, please remove server/directories from url in Additional Information... thanks)

atrol

atrol

2010-09-17 16:57

developer   ~0026747

Should be fixed with patch I provided for 0012344

dhx

dhx

2010-09-17 20:58

reporter   ~0026749

Marking as duplicate of 0012344, thanks for reporting djcarr. It should be fixed now as part of 0012344.