Closed (fixed)
Project:
Node Widget
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2010 at 16:33 UTC
Updated:
18 Feb 2010 at 04:13 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| node_widget-fieldgroups.patch | 1.8 KB | stborchert |
Comments
Comment #1
ademarco commentedThanks for the patch, I've now added support for the fieldgroup module: http://drupal.org/cvs?commit=330280.