Comments

aron novak’s picture

StatusFileSize
new1008 bytes

The previous one is bogus, 'edit' op does not exist, only 'update'.

jaydub’s picture

Status: Needs review » Reviewed & tested by the community

Patch looks good and applies cleanly.

ezra-g’s picture

Status: Reviewed & tested by the community » Needs work

the 'update' parameter of node_access needs more information about the node than what's in the node table. We should provide that information, probably with nodequeue_load_nodes().

amateescu’s picture

Attached patches loads the full node in _nodequeue_dragdrop_get_nodes().

ezra-g’s picture

Status: Needs review » Reviewed & tested by the community

Thanks for adding the full node_load(). Seems RTBC to me!

dave reid’s picture

If you can, you should probably try to use node_load_multiple() if possible, but if you want to keep your branches in sync, then ok since it's really not that bad unless you have large nodequeues.

amateescu’s picture

Status: Reviewed & tested by the community » Fixed
StatusFileSize
new3.01 KB
new2.56 KB

I don't have a strong preference to keep them in sync, and this is just a small change, so I commited the attached patches to 6.x and 7.x.

http://drupalcode.org/project/nodequeue.git/commit/1a57ec1
http://drupalcode.org/project/nodequeue.git/commit/8606fb2

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.