Active
Project:
Node Widget
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2010 at 01:09 UTC
Updated:
10 Jan 2012 at 17:15 UTC
When enabled, if I add another node reference field that uses checkboxes instead of node_widget, the advanced views for the node reference are disabled.
Comments
Comment #1
john duff commentedThe reason is in node_widget.form.inc
Line 27:
If you comment the unset() function, the advanced view comes back.
Just put
// unset($form['field']['advanced']);It looks that this behaviour is here by design. I can't figure out why, as my php level only allows me to read comments and to remove a few lines.
So far I didn't see any problem in removing this line. Maybe it's safe to avoid using advanced options in the same time as this widget...
If someone sees any problem in changing this line, please advise !
Regards