Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.11
Component:
taxonomy data
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Nov 2010 at 14:51 UTC
Updated:
3 Jan 2014 at 02:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerThat's a valid task
Comment #2
McGrimm commented+1
Comment #3
barbi commentedSubscribing. (Newbie to drupal, Wish there was a watch this issue)
Comment #4
jenlamptonI wanted to add a filter for weight = 2 and came up with this temporary work-around:
Add a relationship for term: parent, and an argument for term:parent that uses the relationship. (If needed, on the argument you can set the "Action to take if argument is not present" to "Fixed entry" and provide the TID of the grandparent term.)
This creates the same result as if you had added a filter for weight = 2, or an argument of term: grandparent = TID.
Perhaps something similar could be done for different weight "filters"
Comment #5
steffenrAttached you find a patch to supply the desired filter by weight. I hope it's ok to set the handler for the field to numeric..
SteffenR
Comment #6
dawehnerAwesome! Committed to both 6.x-3.x and 7.x-3.x