Closed (fixed)
Project:
Mollom
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 20:05 UTC
Updated:
24 Apr 2014 at 17:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
sunAttached patch tries hard to reproduce the bug in a test.
I wasn't able to reproduce the "field_xyz[0][value" result in post_body, so I can only guess that this value must come from some other module -- if it was our own, it would be
field_xyz][0][value(Form API ][ parents syntax).However, the extended tests revealed that multiple value (CCK) fields are not taken over entirely (subsequent values overwriting the first).
Comment #2
sunRemoved the term "CCK", as this patch applies to both D6 and D7.
Comment #3
sunComment #4
dries commentedThis look good to me. Feel free to commit this patch.
Comment #5
sunCommitted to 6.x-1.x. Forward-ported to D7, needs testbot confirmation.
Comment #6
sunCommitted to master, too.