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.)

CommentFileSizeAuthor
taxonomy.views_.inc_.patch777 bytesbdragon

Comments

merlinofchaos’s picture

Status: Needs review » Fixed

Committed, with some minor text changes.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

rares’s picture

This 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.