If you go to remove/add an item from a subqueue (node/xx/nodequeue), subqueues currently only list their dynamic name (such as a taxonomy term). It would be helpful if both the main queue name and the subqueue name were displayed with they are not the same thing. This keeps the list from repeating indistinguishable queue names such as:

- Basic queue name
- Another basic queue name
- term 1
- term 2
- term 3
- term 1
- term 2
- term 3

Becomes:

- Basic queue name
- Another basic queue name
- Dynamic queue name - term 1
- Dynamic queue name - term 2
- Dynamic queue name - term 3
- Another dynamic queue name - term 1
- Another dynamic queue name - term 2
- Another dynamic queue name - term 3

CommentFileSizeAuthor
nodequeue_subqueue_title_listing.patch780 bytesquicksketch

Comments

quicksketch’s picture

Status: Active » Needs review
quicksketch’s picture

Status: Needs review » Needs work

My patch causes some funkyness in places where the nodequeue title is duplicated. I think the comparison should be: $subqueue->sqid != $subqueue->attribute but I haven't had a minute to do a reroll.

merlinofchaos’s picture

What if we we added another field to the queue itself: subqueue_title

Then you could enter something like "Blah blah queue: %subqueue"?

quicksketch’s picture

That sounds great. Then you could have something like "Dynamic %subqueue queue" and put the taxonomy term (or user name in the future) any where you like within the title.

merlinofchaos’s picture

Status: Needs work » Fixed

subqueue_title field added.

http://drupal.org/cvs?commit=77350

Anonymous’s picture

Status: Fixed » Closed (fixed)