I get the following error in Drupal when trying to add a translation to a Bean block containing a field collection with multiple entries.
Notice : Undefined offset: 1 in field_collection_field_widget_embed_validate() (line 1739 in C:\wamp\www\xxx\trunk\project\sites\all\modules\contrib\field_collection\field_collection.module).
EntityMalformedException : Missing bundle property on entity of type field_collection_item. in entity_extract_ids() (line 7766 dans C:\wamp\www\xxx\trunk\project\includes\common.inc).
- Drupal 7.34
- Field Collection 7.x-1.0-beta8
The translation is not saved. Any idea what could be causing this issue and/or how to fix it? Kindly let me know if there is any further info I could provide.
Thanks!