Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.2
Component:
page displays
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 02:45 UTC
Updated:
18 Feb 2009 at 04:50 UTC
I've found that attachment displays do not page when the display that they are attached to is paged.
For example, let's say I have a page display of nodes in an HTML list and below that I want to provide those nodes in a table. I create the page display and use the full pager and attach the attachment to the page display, but when I page through, the table on the bottom never moves from page 1 ($this->pager['current_page'] = 0). I'm probably missing something easy, but I can't for the life of me figure out how to "pass" the current_page from the page display to the attachment display.
Thanks!
Steve
Comments
Comment #1
merlinofchaos commentedIf you have multiple pagers on the same page they need different element IDs (and will page independently). You cannot tie both an attachment and a regular view to the same pager.
Comment #2
merlinofchaos commented