Closed (fixed)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Sep 2010 at 13:27 UTC
Updated:
29 Jun 2011 at 08:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
aron novakThe previous one is bogus, 'edit' op does not exist, only 'update'.
Comment #2
jaydub commentedPatch looks good and applies cleanly.
Comment #3
ezra-g commentedthe '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().
Comment #4
amateescu commentedAttached patches loads the full node in
_nodequeue_dragdrop_get_nodes().Comment #5
ezra-g commentedThanks for adding the full node_load(). Seems RTBC to me!
Comment #6
dave reidIf 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.
Comment #7
amateescu commentedI 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