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

Catch error when nodes in set go "out of phase" #109

Closed iamEAP closed 8 years ago

iamEAP commented 8 years ago

Catches a fatal error when a translation import attempts to move forward when a prior import on the same request fails and is rolled back, but the subsequent import depends on a translation set that occurred in the prior import.

Throws an error message to end-users indicating that if they resolve the issue that caused the first error, it will resolve the current issue.

Closes #108