Active
Project:
Views (for Drupal 7)
Version:
7.x-3.5
Component:
Views Data
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2013 at 17:25 UTC
Updated:
24 Mar 2013 at 23:45 UTC
I embedded another view into the header of my main view using "global views area".
Both views have a "has taxonomy term id" contextual fiter.
The embedded view just displays the term description and the main view shows all nodes for that term id.
I forgot to remove the pager from the embedded view. That cause the full pager of the main view to disappear.
Removing the pager of the embedded view fixed the issue.
Probably an edge case but I thought I document it anyway.
cheers
UWE
Comments
Comment #1
dawehnerWell, yeah, no idea how to document that, maybe a blog post from you would help.
Feel free to post a patch.