Problem/Motivation

Pager doubled on multiple node loads.

Proposed resolution

Clear $this->page array every time the node gets parsed.

Remaining tasks

Community Review

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rmontero’s picture

Issue #2114589 by rmontero: Fixed Double page count.

juanjo_vlc’s picture

Assigned: rmontero » Unassigned
Issue summary: View changes
Status: Active » Needs review
FileSize
2.61 KB

I've have a related problem, which is collision between nodes when several are displayed on same page request (using ctools) due the singleton approach this module has.

I've tried to solve it converting the instance property to an array based on node id (nid), so, I kept the singleton approach but solved collision between nodes.