Active
Project:
Views Embed Form
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Oct 2010 at 17:31 UTC
Updated:
28 Oct 2010 at 17:31 UTC
I created a form and embed the form into the view using hook_views_embed_form. Then in the hook_row_form_submit I call node_load($nid) function. The function returns NULL. at the same time when I call the same function node_load($nid) from outside the view (on the same page, but before view is rendered) the fully populated $node object returned. The registered user has all permission to create/edit the node type I trying to invoke. Please advice