Closed (fixed)
Project:
Comment CCK
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 17:09 UTC
Updated:
5 Aug 2009 at 13:30 UTC
CCK fields in a node are not updated when fieldgroup.module is disabled, because _comment_cck_ungroup_fields doesn't return anything when it is disabled. The attached patch simply returns the flat fields when fielgroup is not enabled.
In my testing with a cck text field, this resolved the problem for me.
| Comment | File | Size | Author |
|---|---|---|---|
| comment_cck_fieldgroup.patch | 566 bytes | ezra-g |
Comments
Comment #1
a_c_m commentedeven though you got to it first, http://drupal.org/node/527258 has just been committed (http://drupal.org/cvs?commit=241264) and fixes the same issue.