I recently upgraded to 7.x-1.0-rc3 to find out that Assosiated Content Display as view is not working correctly anymore.
Looks like taxonomy ID is not longer passed to views so all I got now for my terms is summary (as configured in views).
I checked commit by commit and looks like the issue was introduced in #1274870: Views plugin reports error if result is empty, not just when invalid.
Steps to reproduce:
Prereq: I'm not using Display suite - not tested if this will be any different
1. Have views with configured argument node: has taxonomy term ID with summary dispaly when argument is empty
2. Assign this views to taxonomy via this module
3. try to view taxonomt term page
Expected result:
Views with filtered nodes based on taxonomy are shown
Current result:
Views summary is shown.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | associated-conent-views-argument-1275596-3.patch | 1.03 KB | codycraven |
Comments
Comment #1
vito_swat commentedcorrecting title
Comment #2
codycraven commentedComment #3
codycraven commentedCommitted fix to dev, will making new release candidate with the fix.
Comment #4
codycraven commentedNew release candidate rc4 created. Note that Drupal.org is sometimes slow at building the download files so you may not see it immediately.