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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | gallery_summary-625200.patch | 1.4 KB | javi-er |
Comments
Comment #1
javi-er commentedHi, 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
Comment #2
lennart commentedThanks for the fix! It works.
Now there is just one issue left: http://drupal.org/node/626670
Comment #3
javi-er commented