Closed (outdated)
Project:
Views (for Drupal 7)
Version:
7.x-3.6
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2013 at 14:49 UTC
Updated:
26 Jul 2017 at 11:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cknoebel commentedI see the same thing after an upgrade from 3.5 to 3.6 today. In my case, the contextual filter was set to Specify validation criteria > Taxonomy term >Taxonomy Term ID. I fooled with it a little and found that when set to either "Term IDs separated by either , or +" or "Term name converted to Term ID," the view worked. When the validation criteria was set to "Taxonomy Term ID" or "Term name" the view did not work (the action was set to "Hide View"). Another view also filtering against a different taxonomy vocab but not using validation criteria also wouldn't show results.
I have other views using contextual filters and from clicking around I think the problem was tied to taxonomy (don't hold me to that since I didn't look too deeply). I rolled back to 3.5 and all was back to normal.
Comment #2
markie commentedConfirm this problem. For some reason, it's not even returning an empty set, only FALSE. I tried the above fix which worked individually, but I have a view with multiple taxonomy related views, and once I changed more than one of them to TID's, I was back to blank.
Comment #3
markie commentedDid some digging and it is the machine name issue (http://drupal.org/node/1949178) which has been committed to the dev branch does resolve my issues. But for giggles, here's a patch.
Comment #4
mustanggb commented