View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012077 | mantisbt | administration | public | 2010-06-16 20:05 | 2011-08-05 02:58 |
| Reporter | djcarr | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.1 | ||||
| Target Version | 1.2.4 | ||||
| Summary | 0012077: 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. | ||||
| Tags | patch | ||||