Closed (fixed)
Project:
Comment CCK
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
5 Feb 2009 at 12:32 UTC
Updated:
3 Jan 2014 at 00:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
matt2000 commentedThis is a bug in the D6 upgrade. Here's a patch to fix. It simply adds the last line shown below:
in function comment_cck_form_alter().
The new line comes after line 32 in my copy.
Comment #2
joshuajabbour commentedThis works as described. Thanks!
Comment #3
joshuajabbour commentedActually, this doesn't seem to work. It seems to cause any changed values to not be recorded if the field is in a fieldgroup.
Comment #4
joshuajabbour commentedI've written a new, unified patch that fixes this issue along with a few others. It's listed under #420092: Bring comment_cck up-to-date, combine patches and can (should) be applied in place of the patch above.
Comment #5
mitchell commentedCommitted. Thanks!
Comment #6
mitchell commentedActually, fieldgroups don't seem to have the configuration available.
Comment #7
mitchell commentedActually, this is fixed. I expected to be able to have an #458488: Option to enable commment cck per fieldgroup, so I opened that as a separate issue.