Active
Project:
Multiple Value Widget
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 May 2013 at 08:54 UTC
Updated:
27 Jan 2016 at 15:19 UTC
Jump to comment: Most recent
Comments
Comment #1
adam_b commented+1
Comment #2
chi commentedField collection module overrides some important properties in widget form. I didn't find any way to get instance settings from theme_field_multiple_value_form(). Feel free to reopen the issue if you find workaround for this.
However, I think it should be fixed in Field collection module.
Please, try the patch from this issue: #2001682: field_collection_field_widget_form() should not override default $element properties.
Comment #3
ilfelice commentedChi, thank you! I will follow up on the Field Collection issue that you added.
Comment #4
MO-2 commentedHas anyone been able to get this working?
Comment #5
likewhoa commentedThe patch suggested doesn't seem to work as expected.
Comment #6
keesje commentedexperienced a maybe-related issue. "settings.mvw" was undefined when using media fields in fieldcollections, breaking JS execution. This happened only on ajax reloads of the media fields in this case. Adding an "if" wrapper to multiple_value_widget behavior in multiple_value_widget.js fixed this. Might be a workaround for the underlying problem which is unclear to me.