Closed (fixed)
Project:
Panels
Version:
5.x-2.0-alpha11
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Oct 2007 at 02:31 UTC
Updated:
12 Nov 2007 at 22:42 UTC
Firstly thanks for the great work on panels 2, its a really cool module now ! :)
I have a node view panel which of course has its own arguments and i want to include a few views using these arguments inside the panel.
Using the send arguments option works fine, same for override it works as expected.
However if the view has some argument handling code it doesn't seem to fire at all. Some of my views have some complex arguments and i'd like to be able to use this code if possible.
Is this something thats known? Any chance of it being resolved?
Many Thanks
Ben
Comments
Comment #1
smoothify commentedjust correcting the version
Comment #2
merlinofchaos commentedNote that if you have argument handling code, but you don't have views arguments defined, then chances are the query is cached because Views doesn't think the query will ever change.
You can alleviate this by entering:
at the top of your PHP Argument code block.
Does this fix your problem? If not, re-open this issue.
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.