By creating or updating entity with Services, translations data is not saved correctly. Actually, it is not saved at all.
Although there is function entity_translation_entity_uuid_presave() that cast the translations array back into an object, it is happening too late, because there is already function entity_translation_field_attach_presave().
For now I created patch that implements the same on both functions, but I am not sure whether we need entity_translation_entity_uuid_presave() at all.

CommentFileSizeAuthor
#1 entity_services-2485525.patch876 bytesrudins
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rudins’s picture

FileSize
876 bytes