Active
Project:
Previous/Next API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2013 at 13:10 UTC
Updated:
10 Oct 2013 at 13:10 UTC
I have a page with 2 views (a "Carousel" views and an "Actuality" views)
The "Actuality" views is enabled for prev/next module but the Carousel views is disabled.
When loading the page containing this 2 views, the list of Actualities nodes is well loaded in session as the list of Carousel nodes is not.
But as prev/next node_load hook is invoked for the 2 views, when a node from the Carousel views do not fit with the session list of nodes (i.e. is not present in the Actuality views), the complete session list is deleted.
Then the prev/next feature is not available any more when clicking on Actuality item.
Any idea of how to fix it or any work around ?
Thanks.