Active
Project:
References
Version:
7.x-2.x-dev
Component:
Code: node_reference
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 May 2012 at 13:50 UTC
Updated:
10 May 2012 at 13:50 UTC
I'm writing some custom functionality where I perform a node_load and need the value(s) of a node reference field.
The node object contains the values of the node reference field, but they have no 'access' property set. I can see why this happens: the access property is set in node_reference_field_prepare_view, but this is never called when performing a node_load.
Is there a way to still get the access property for each item?