nodequeue_load_nodes() is returning NULL for anonymous users, where it returns the full array of node objects when logged in as User 1.

Comments

ezra-g’s picture

Title: nodequeue_load_node() returns NULL when not logged in as User 1. » nodequeue_load_nodes() returns NULL when not logged in as User 1.
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

The only access check in nodequeue_load_nodes() is db_rewrite_sql -- Is it possible that anonymous users don't have access to view those nodes?

neoliminal’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

You're right. They can't see the image node, so this is not a nodequeue issue, but I still can't figure out why they can't see those nodes. Makes no sense.

neoliminal’s picture

The error was in "Workflow access" which was blocking access to the node created with a specific workflow.