Hi,

Thanks for the wonderful module.
I have an issue may be it works as expected but still i am finding it some thing unusual.

  1. I am removing a node from a nodequeue with 10 no of nodes.
  2. Then I add a new node in the queue which becomes the first node of the queue by default
  3. I have not saved the queue till now cos i don't want the new node added in the first place
  4. So I want to re order the queue and need to put the new node to the 5th place

But before I save the nodequeue the new added node shows in the first place of the view that created using that nodequeue.
But the view should not get reflected before I save the queue cos I don't want the new added node in the first place.
So is this a bug?
My user find this as a issue in the system
How can I overcome this problem.
Help would be appreciated.

Thank you,
Regards,

Siva

Comments

siva.thanush created an issue. See original summary.

jenlampton’s picture

Status: Active » Closed (duplicate)

This looks like a duplicate of https://www.drupal.org/node/2280415.

The nodequeue *is* saved as soon as you hit the "Add content" button. All the "Save" button saves is the order of the items in the queue. The buttons do not clearly indicate what happens when you click them, which can set the wrong expectations for people when adding items to the queue.