Closed (fixed)
Project:
Nodequeue
Version:
5.x-2.0-rc2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2007 at 20:42 UTC
Updated:
16 Jan 2008 at 00:42 UTC
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.