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
Comment #1
ezra-g commentedBringing into the Nodequue queue so we can take a closer look at this.
Comment #2
pauln600 commentedIt 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.
Comment #3
amateescu commentedHave you figured out this issue? I'll take a look at it in the following days if you didn't.
Comment #4
hixster commentedlooking for a solution to this too
Comment #5
tkngdwn commentedI'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.