I fixed the problem multivalue_settings had with field_collection (see #1328984: Does not work within field collection), but the ajax part wasn't working, inside field_collection_field_widget_embed_validate is was possible to get an empty $field_collection_item. Attached patch 'fixes' this.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

attiks’s picture

jmuzz’s picture

Issue summary: View changes
Status: Needs review » Postponed (maintainer needs more info)

I don't understand why the function would be passed an empty item. An object without values in the fields might make sense, but why should a completely empty object validate?

Could it be a problem with multivalue_settings ?

jmuzz’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)