I'm attempting to use a view to display a list of nodes for a taxonomy term as ordered in a subqueue - so I have

Nodequeue: Queue

as a relationship

Taxonomy: Term ID
(queue) Nodequeue: Subqueue reference

as arguments, and

(queue) Nodequeue: Position asc

as sort criterion. It's all good, except the right subqueue (corresponding to the term) isn't being selected. So I'm missing something - anyone know why?

Thanks!
Paul N.

Comments

ezra-g’s picture

Project: Views (for Drupal 7) » Nodequeue

Bringing into the Nodequue queue so we can take a closer look at this.

pauln600’s picture

It seems like an important case - should be possible to use a single view to display nodes within a term ordered by a subdueue using only the term id as an input.

amateescu’s picture

Status: Active » Postponed

Have you figured out this issue? I'll take a look at it in the following days if you didn't.

hixster’s picture

looking for a solution to this too

tkngdwn’s picture

I'm looking for a resolution for this as well as it's also present in the 7.x versions too. It appears that applying Nodequeue: Subqueue reference to any view seems to do nothing at all.