Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Views Content
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2011 at 18:25 UTC
Updated:
28 Jul 2011 at 20:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
henrijs.seso commentedI saw in NodeOne screencast that there is row checkboxes in Relationship config screen, there were none on mine, are those removed in later versions or I should look there first?Looks like
function views_content_node_from_view_settings_formis ignored, not called at all.Comment #2
henrijs.seso commentedCode looks legit. I have no idea where the problem could be. Brutal $row = 0; does work. There is 'settings form' in $plugin array, shouldn't it be 'edit form'?
Update from UPGRADE.txt: "Context, argument and relationship plugins now use 'add form' and/or 'edit form' rather than 'settings form'." I see. Key word in this is "now" :)
Comment #3
henrijs.seso commentedWonder if I should change function names too. Works without it.
Comment #4
merlinofchaos commentedMore stuff missed in the upgrade. Thanks for finding this!