Closed (fixed)
Project:
Nodequeue
Version:
6.x-2.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2009 at 15:55 UTC
Updated:
3 Jun 2009 at 16:00 UTC
After adding a node to a subqqueue on the nodequeue tab at /node/[nid]/nodequeue , the subqueue count displays as being increased by 2 until the page is refreshed. This is because we're increasing the reported subqueue count before it's passed asynchronously by nodequeue_admin_add_node. This used to work until nodequeue_subqueue was made to increase the subqueue count in #446902: Same position in queue created when adding to nodequeue with VBO. Because the subqueue is now passed by reference to nodequeue_admin_add_node, increasing the subqueue count in calling functions is no longer necessary. Here's a patch.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue-sq-size.patch | 964 bytes | ezra-g |
Comments
Comment #1
ezra-g commentedFixed.