Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Reporter:
Created:
29 Jul 2008 at 21:09 UTC
Updated:
10 Jul 2009 at 01:02 UTC
This is something I needed for a block to browse "sibling" terms in a taxonomy term view.
(Feedback on the title and help text appreciated.)
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy.views_.inc_.patch | 777 bytes | bdragon |
Comments
Comment #1
merlinofchaos commentedCommitted, with some minor text changes.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #3
rares commentedThis works really well, but now I noticed that there is a "Parent term" argument that works to select terms without setting up a relationship. However, it only supports term IDs as arguments. When the argument is omitted and it is supposed to display a summary, it shows a summary of term IDs (e.g. 6, 7, 8 instead of Apple, Pear, Banana). It will not return results if the term ID is not used in the URL. This happens even with the validation set to basic.
I can create an issue for that, but I was wondering if that feature is just underdeveloped an this one is the one to go for, or if that should already be working.