Needs review
Project:
Modal Frame CCK Editor
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 22:40 UTC
Updated:
16 Dec 2010 at 02:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
Equinger commentedThe problem was that the multigroup module adds the cck fields to the form array differently than this module assumes. Attached is a patch that, I believe, fixes the problem. It's a small fix, but otherwise "modalframe_cck_editor_hide_form_element_recursive(&$element, $editable_fields)" drills down into places where it should not be.
Comment #2
Equinger commentedsorry, that patch is backwards. this should be correct.