-
- Downloads
[FIX] tools: do not generate translations for exported records
When a record is exported, an external ID, in the form of __export__.<model>_<id> is created on this record. When the translations are generated (e.g. "synchronise terms" wizard), the translations may be duplicated for records that have been exported. If a translation is submitted before the export (when the record had no external ID yet), a new empty translation is created as the module differs in the import. Creating a new translation may be a problem as the new term (equal to the source term) will be used as the translation value. Fixes 9480
Please register or sign in to comment