Active
Project:
Node Widget
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Jun 2010 at 13:32 UTC
Updated:
25 Jun 2010 at 20:58 UTC
Hi
Im not really sure but I think that this part of the code of node widget (node_widget.form.inc) has an incompatibility witfh CCK Node Reference.
/**
* Implementation of hook_form_[form_id]_alter()
*/
function node_widget_form_content_field_edit_form_alter(&$form, &$form_state) {
unset($form['field']['advanced']);
}
With this enabled, there is no way of specifying which nodes should be referenced by using a view.
Comments
Comment #1
tawellman commentedI am having the same Problem. Is there been a work around? Or is this module being maintained anymore?