Closed
Bug 912190
Opened 11 years ago
Closed 11 years ago
Pagination doesn't work right
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
60
People
(Reporter: dvander, Assigned: brandon)
Details
When viewing a list of crash reports, the pagination of results at the bottom right doesn't seem to work right. When you click "Next", or click on a given page, it jumps back to the "Signature Summary" tab. If you go back to the "Reports" tab, it does appear that the result view has been shifted, but any sorting has been lost.
Furthermore, the sorting only affects the page you're looking at, rather than all results, which makes it nearly impossible for looking at date/address/segfault statistics.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bsavage
Comment 1•11 years ago
|
||
Let's fix the pagination navigation in this one - the sorting is a hard problem, which might warrant another bug, but is probably hard to solve, as the current sorting is in the HTML only and what you want from it would need to be done on the server side, I guess.
Comment 2•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/b7406fe5c333b3c5f09fcf17e9c84c9a5bc0dbfc
Fixes Bug 912190 - Adds optional tab argument for pagination to fix pagination bug in reports list.
https://github.com/mozilla/socorro/commit/7c78c5240e19ac4d031e7df14735a2aa5d807655
Merge pull request #1512 from brandonsavage/bug912190pagination
Fixes Bug 912190 - Adds optional tab argument for pagination to fix pagination bug in reports list.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 60
You need to log in
before you can comment on or make changes to this bug.
Description
•