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
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue_subqueue_title_listing.patch | 780 bytes | quicksketch |
Comments
Comment #1
quicksketchComment #2
quicksketchMy patch causes some funkyness in places where the nodequeue title is duplicated. I think the comparison should be:
$subqueue->sqid != $subqueue->attributebut I haven't had a minute to do a reroll.Comment #3
merlinofchaos commentedWhat if we we added another field to the queue itself: subqueue_title
Then you could enter something like "Blah blah queue: %subqueue"?
Comment #4
quicksketchThat 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.
Comment #5
merlinofchaos commentedsubqueue_title field added.
http://drupal.org/cvs?commit=77350
Comment #6
(not verified) commented