Closed (fixed)
Project:
Node Widget
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Mar 2010 at 18:54 UTC
Updated:
17 Mar 2010 at 19:44 UTC
In "node_widget\includes\node_widget.form.inc" on line 24 a unset($form['field']['advanced']) is performed.
This happens even if node widget is not the selected widget type for the nodereference (and then you can't select a view anymore).
a
if ($form['widget_module']['#value'] == 'node_widget') $form['field']['advanced']
fixes this!
Comments
Comment #1
Shademan commentedComment #2
ademarco commentedThanks for reporting. Committed to HEAD http://drupal.org/cvs?commit=342756.
Comment #3
ademarco commented