- Issue created by @leo liao
- last update
about 1 year ago 424 pass, 1 fail - Assigned to kirti_garg
- 🇮🇳India kirti_garg Delhi
@leo-liao, We have gone through the description of the issue. Could you kindly clarify, what you mean by
at the subscriber site, it will break all other languages
.
We have also gone through the patch that you have shared. On analysing that patch and running multiple combinations, we found that on the subscriber side after the import, forward revisions were created for the translations of the node. Please follow the below mentioned steps to replicate the issue.
- Create a node in en language on publisher and export it.
- On subscriber import the node and translate it to fr language.
- On publisher edit the same node and again export it.
- On subscriber after importing the node, for the fr translation forward revisions were created. Although they were not set as
current revision
After applying the patch, this issue goes away. Please confirm if the intention of the patch was to address the same issue.