Reviewed & tested by the community
Project:
Content Construction Kit (CCK)
Version:
6.x-3.x-dev
Component:
content_multigroup.module
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 May 2011 at 12:18 UTC
Updated:
26 Jun 2015 at 14:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
yingtho commentedI had the same problem and have included a patch to resolve the problem. Not sure if it's the right way the code should go.
Comment #2
tomsm commentedApplied the patch. Solves my problem. Thanks!
Comment #3
manuel.adanI have same issue but this patch does not solves it, may be another module related issue because node is not saved at all and I got a form refresh. This is a work around to it:
Comment #4
masher commentedThis patch fixed my problem sending emails using Simplenews and Content Multigroups.
Images in Content multigroups were deleted when a node was sent to email.
Thanks
Comment #5
jdanthinne commentedThe patch fix my problem (Simplenews + Multigroups) as well.
Comment #6
jdanthinne commentedCan you commit please?
Comment #7
tomsm commentedThis patch is still needed after updating to CCK 6.x-3.0-alpha4.
Changed line 323 of "content_multigroup.node_form.inc" to:
if ($form_state['submitted'] && !$form_state['multigroup_add_more'] || $form_state['buttons']['submit'][0]['#value'] == t('Save')) {Please commit.
Comment #8
damienmckenna