Posted by skizzo on March 22, 2009 at 3:05pm
| Project: | Content Management Filter |
| Version: | 6.x-1.6 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
I have Max Rows set to 500. When filtering by Content Type I see all my 61 typed nodes in first page. The pager shows up (it shouldn't) with links to page 1,2,3,4. When clicking on Page 2,3 and 4, they indeed contain no element.
Comments
#1
The attached patch should fix this issue, it removes the spaces in front of some queries which confused Drupal's pager function.
#2
Cool. Works great now!
Thank you!
#3
this one solves a missing pager issue here
changing
...query('
SELECT....
to ...query('SELECT....
everyware
pager is enabled again
nice, and confirmed, you can commit to next release
#4
Marked #324351: Pager not keeping accurate records on filter as duplicate.
#5
See patch in #517880-1: Coding standards
#6
Committed to both -dev versions.
#7
Included in new release.