When trying to find all subqueues that contain a certain node using nodequeue_get_subqueues_by_node($queues, $node); all subqueues are always returned.

When delving deeper I find that the nodequeue_api_subqueues() function never executes the filtering part because it the function nodequeue_nodequeue_subqueues() doesn't exist.

What is the best way to find out which subqueues contain a certain node?

Comments

ezra-g’s picture

Priority: Critical » Normal

I'd like to take more time to extensively delve into the problem you're reporting. In the meantime, I would just query the nodequeue_nodes table directly -- It's probably more efficient, anyway.

amateescu’s picture

Status: Active » Closed (fixed)

This is fixed in current 6.x and 7.x dev.