Active
Project:
Content Construction Kit (CCK)
Version:
6.x-3.x-dev
Component:
content_multigroup.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Dec 2010 at 14:45 UTC
Updated:
7 Nov 2011 at 12:18 UTC
Comments
Comment #1
Dokuro commentedI am seeing the same issue as you.
Comment #2
shawnb commentedI'm having the same issue.
Comment #3
nanonisse commentedHi, I'm also running into this problem. If i put an emfield into a cck multigroup, empty values will get wrong delta values.
If i comment out the line 78 in the file emfield.cck.inc that says 'unset($items[$delta]);' the deltas seems to work correctly again. The unset only kicks in if the field is empty so it seems to work ok for me.
Anyone got any more info on this?