Hi.
If you put a node reference field into a fieldgroup you will get an error in includes/node_widget.form.inc on line 122.
This is because the field is not bound directly under $form but under the fieldgroup.

Here is a patch that fixes this.

CommentFileSizeAuthor
node_widget-fieldgroups.patch1.8 KBstborchert

Comments

ademarco’s picture

Status: Needs review » Closed (fixed)

Thanks for the patch, I've now added support for the fieldgroup module: http://drupal.org/cvs?commit=330280.