clicking my add/remove from queue links do not update the text appropriately.
Nodes are added and removed and i get the ahah throbber but the message stays the same.
Neither on a node list or the nodeqeue tab page.

any suggestions?

Comments

loze’s picture

i found the problem
http://drupal.org/node/242642

using
data = eval('('+ data +')');
vs
data = Drupal.parseJson(data);

on line 392 of nodequeue.js fixes this for me.
I think this started happening when i upgraded to 6.9, i could of sworn it used to work.

hope that helps someone.

ezra-g’s picture

In the meantime before I'm able to look into this more, is the issue also resolved by reverting the change you made to nodequeue.js and reverting this commit?. Thanks!

ezra-g’s picture

Status: Active » Postponed (maintainer needs more info)

I can't replicate this on Mac OS X in FF3 or Safari. Can you report your browser, OS and whether you have any custom javascript running. How about jQuery update. It isn't required at all but perhaps it's interacting here. Based on the issue you linked to, I would accept a patch to make the proposed one line change.

loze’s picture

windows vista
ff3 and ie7
drupal 6.9
jQuery 1.2.6

I do have jquery update running, and actually, quite a bit of other modules installed, some custom some contrib.
Its quite possible that one is interfering, I will look in to this further.
I did notice that Drupal.parseJson(data) was breaking in other modules as well, and the above fix resolveld them also. So I don't think its specific to this module, and thought it had do do something with upgrading to d6.9
I had been using this with the same combo of modules for a while, and it was working.

thanks!

ezra-g’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Are you still having this issue? Please re-open if you are.

Thanks!