Views 7.x-3.0RC1
Panels 7-3.0-alpha3
Objective Summary: Create a Panel page with a top pane from View_A displaying nodes one by one (ie pager = 1) and a bottom pane with from view_B displaying details of the current View_A node.
Note: I used this feature in 6.x-2 and it worked perfectly. After migrating to 7.x-3 , I can't get it to work. This is a follow to issue http://drupal.org/node/1263480.
Repeatable: Always
1. Create a view of nodes (View_A)
- Add View Pane with pager with one item per page
- Add Context with pager with one item per page
2. Create another view of same content type (View_B).
- Add contextual filter Content:Nid
- Add View Pane and set "Argument input" -> Content: Nid source to Context and Required Context to Content ID
3. Create panel page
- Add context of View:View_A
- Add relationship Node from View_A and "Row Number" 1
- Add Content View_A view pane
- Add Content View_B view pane (Settings will show "Content:Nid": Node From View)
Expected Results:
As per my 6.x implementation, I should see The details of the node in the bottom pane changing as I switch node in the top pane.
Actual Results:
The first node is displayed properly but following nodes are not displaying anything in viewB. Other pane from modules are using the same contaxt properly. For example you can add the node comment pane and see the comments change as the node in top pane changes.
Comments
Comment #1
artatum commentedAre you using Ajax in your top pane ?
Comment #2
francois o commentedNo ajax is not on in any view pane.
The steps above contain all the actions to reproduce, everything else is kept to a default value.
Comment #3
artatum commentedI dont copy : does your variant use a selection rule on the node-type, or is a custom page?
edit : well I think I understand : you dont use page manager (chaos tools), isnt'it
Comment #4
francois o commentedSorry, did not get it .. I do use Page manager. This is a custom page where I simply add the 4 items in step 3. The two panes I use as content in this page are provided by Views as per step 1 and 2.
There is a "Use Ajax" option in Views that I left to "No", I thought this is what you were referring to.
Comment #5
artatum commentedIn fact I'm trying to reproduce your building... but in the wrong way...
Comment #6
francois o commentedWere you able to reproduce? Do you need additional info?
Comment #7
artatum commentedI'm sorry, I'm pretty busy with some mean bugs these days...
Comment #8
nagiek commented.
Comment #9
merlinofchaos commentedIn 7.x-1.0 I tried to replicate this and could not. I suspect that when this was filed, something in the relationship was broken that has since been fixed.