Closed (fixed)
Project:
Panels
Version:
6.x-3.0-alpha4
Component:
Views panes
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Apr 2009 at 20:07 UTC
Updated:
16 Oct 2009 at 22:10 UTC
I have a panel pane created in views that uses ajax paging. The view is set to display 4 items. When adding the pane to a panel, I enable paging and set the amount of items to 16. Upon viewing the panel, 16 items are shown, but once you page, it goes back to 4 items.
Comments
Comment #1
merlinofchaos commentedOh man. This may be hard to fix. The Views ajax stuff goes directly to the view and doesn't go through Panels, so it never sees the new value. I'm not entirely sure what to do about this.
Comment #2
mstef commentedHaha sorry for bringing up like 4 issues in the same day - guess I tend to really push modules..
Comment #3
Rysk commentedheh, I ran into the same problem. I thought it might have been because I tried using the argument handler to set the item offset to highlight specific nodes, or setting the current page to the one with the item in question when that failed with the ajax paging. Neither option worked. The pagination only seems to be consistent for the first page, and it only seems to happen with the view uses ajax pagination inside a panel. So.. yeah, I guess we both push things pretty hard.
Comment #4
merlinofchaos commentedI've added a warning about ajax and overriding pager settings with the new pager stuff in the views panes.