Hi, this is a great module and it works as expected. *Except* when the view is embedded in a *panel*. Then the results for the first argument are repeated under the rest of the arguments instead of giving the results corresponding to the arguments.

Example:

1) In block or page 'mode':

Andrea (1)
- Cherry Coke

Paul (2)
- Pastel colors
- Suits

Working as expected!

2) Same view now embedded in a panel:

Andrea (1)
- Cherry Coke

Paul (2)
- Cherry Coke

I hope it is possible to make this module work with panels because it would expand the number of uses cases greatly.

CommentFileSizeAuthor
#1 gallery_summary-625200.patch1.4 KBjavi-er

Comments

javi-er’s picture

Assigned: Unassigned » javi-er
StatusFileSize
new1.4 KB

Hi, It turned out that it was an issue with the cached version of the view that's being embed for each argument an not with Panels, it's happening for normal Views too.

I did some modifications to the code in order to fix this, I'm attaching a patch that solves this issue that will be included in next release.

Thanks for submitting this issue!
let me know if this patch fixes the problem for you.
Javier

lennart’s picture

Status: Active » Reviewed & tested by the community

Thanks for the fix! It works.

Now there is just one issue left: http://drupal.org/node/626670

javi-er’s picture

Category: feature » bug
Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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