I have a panel page that is a generalized node view handler for several content types (which is amazingly cool functionality: separate displays per content type = awesome.). It gets a node ID argument from node/%, and there is also a user relationship defined.

I can embed a view into a panel and it works fine. When adding the view to a panel pane, the popup asks to explicitly choose a context (the node or the user relationship). The view is configured to receive a node ID argument and it works great.

I'm trying to use that same view in a Quick Tab inside a panel and can't seem to get the argument to flow through the Quick Tab. I do not know what to put in the "Provide a comma separated list of arguments to pass to the view." to get it to pass the node ID through. I have tried a lot of different things. I have not found any documentation on this specific part. I'd be grateful for some guidance.

Thanks! --j

Comments

pasqualle’s picture

Component: Documentation » Code
Category: support » feature

There isn't such functionality in QT yet.

jruberto’s picture

well that explains it! :-)

pasqualle’s picture

Version: 6.x-2.x-dev » 6.x-3.x-dev

Moving new features to 3.x version

The solution of this feature is very similar to #358137: views argument from the url check the corresponding code in panels_views_all_views_render() (panels_views.module).

kirilius’s picture

I subscribe to this.

Do you have any ballpark release date for 3.x?

liam mcdermott’s picture

Subscribing.

lsdoc77’s picture

Subscribing to this also..Would be very usefull to have full functionality-arguments with quicktabs, views and panels

cgireeshs’s picture

Hi,

Can anyone please help me?
How can i load my block that created by using mini panel in quick tab.I have nabled this block in left region that working fine for me.But when add this block to the quick tab.It is not loading the block.

Please give any suggestion.

avpaderno’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

I am closing this issue, since it's for a Drupal version no longer supported.