This is useful when constructing a "bulk edit" style of view.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue.views_.ajax_.patch | 1.33 KB | bdragon |
This is useful when constructing a "bulk edit" style of view.
| Comment | File | Size | Author |
|---|---|---|---|
| nodequeue.views_.ajax_.patch | 1.33 KB | bdragon |
Comments
Comment #1
merlinofchaos commentedIs it possible to do this without the node load?
Comment #2
bdragon commentedYeah, but I was going for the "clean and simple" method over the "fast" method....
I thought about doing it without node_load, but then I decided that as the normal use case for such a field would be an admin interface where a large node_load hit doesn't matter as much as it would on a normal user accessible page...
Comment #3
bdragon commentedHmm, actually there might NOT be a way around it... The node object passed in ends up going off to the queue owner for further use, and nodequeue_api_subqueues() function specifically states that $node is "The loaded node object being checked."
Comment #4
merlinofchaos commentedOh poo. That DOES need a loaded node. Ok, that makes this easy, then.
Comment #5
merlinofchaos commentedCommitted!
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.