Howdy,
I have a content type that uses multiple field collections (http://drupal.org/project/field_collection) to create a page. Since each field collection is composed of a title, a long text description and one image, this can make the edit screen long and cluttered.
So I wanted to use the multiple value widget to simplify the edit screen, but it does not work. It would be great if support for Field Collections could be added to this module.
Thank you!
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.