tableau-mkt-archived / entity_xliff

Drupal module that provides an API for entity serialization in the XLIFF format.
https://drupal.org/project/entity_xliff
2 stars 0 forks source link

Field collection translations (maybe any entity reference) rely on host initialization #62

Closed iamEAP closed 9 years ago

iamEAP commented 9 years ago

There appears to be an issue where field collection translation relies on the host entity having already been initialized for translation (meaning the host already exists). This may also affect other entity references, or may be unique to field collections.

This can be worked around easily by sorting fields for export/import so that field collection fields are pushed to the bottom... The underlying problem should probably be resolved, though.