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

Status:active» patch (to be ported)

The attached patch should fix this issue, it removes the spaces in front of some queries which confused Drupal's pager function.

AttachmentSize
cmf-410162.patch 1.64 KB

#2

Status:patch (to be ported)» reviewed & tested by the community

Cool. Works great now!

Thank you!

#3

Title:Extra pager» Extra pager - missing pager

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

#5

Status:reviewed & tested by the community» needs review

See patch in #517880-1: Coding standards

#6

Status:needs review» fixed

Committed to both -dev versions.

#7

Status:fixed» closed (fixed)

Included in new release.