Incorrect number of nodes in queue after reordering/removing
martinjbaker - May 25, 2009 - 11:40
| Project: | Nodequeue |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I'm seeing that the number of nodes in a queue is incorrect on the /admin/content/nodequeue page after certain reordering operations. For example if I start with 7 nodes in a queue:
- A node is added to the queue using the "add to nodequeue name" link on the view of the node. The number of nodes in the queue is now correctly reported as "8"
- The "View" link for that node is opened in a separate browser tab. The node just added is visible at the bottom of the list as expected.
- The "Move to front" button is clicked for the newly added node.
- The "Move down" button is clicked for the newly added node.
- The Save button is pressed.
- On the /admin/content/nodequeue page, the number of nodes in the queue is now reported as "14" (should be "8"). See screenshot of nodequeue_nodes table at this point.
- The "Remove from queue" button is clicked for the newly added node (currently in 2nd position).
- The "Save" button is pressed.
- On the /admin/content/nodequeue page, the number of nodes in the queue is now reported as "10" (should be "7"). See another screenshot of nodequeue_nodes table at this point.
| Attachment | Size |
|---|---|
| after reordering.jpg | 44.63 KB |
| after removing.jpg | 35.97 KB |

#1
The queue manipulation interface is completely rewritten as of 6.x-2.4. Please re-open this issue if you're still having this problem.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.