I'm having an issue getting Views to accept arguments and display properly within Quicktabs.

I have a Panel set up for a "product" custom content type. This panel contains a Quicktab, each tab calls to a View related to this "product" content type.

When previewing the blocks in Views, and providing the node ID as an argument, they're displaying correctly. However, when I attempt to use the Node ID as an argument from Quicktabs, they're not. Rather than displaying just the content for the node being displayed, the View is being displayed showing all content for all nodes related to the "product" content type (rather than just the current node).

Since the node is previewing correctly I'm assuming that I'm formatting the argument incorrectly. How should the argument be formatted in the Quicktab UI to limit the block content to only the current node ID?

Thanks much for any help anyone can provide.

Comments

fontsnob’s picture

Status: Active » Fixed

I was able to get this to work correctly by adding the Arguments directly to the View rather than through Quicktabs, where they are now displaying correctly.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.