This is the scenario: Node type A and node type B are both translatable. Node type B has a node reference field to node A type. This field is marked to be synchronized between translations.
Problems:
1. When we change the node reference value in a Node B type, this value is not synchronized in its translation.
2. Even if we have more fields, not node reference field, marked as synchronizabled, these are not synchronized.
But if the Node Type A is changed to not translatable, then the synchronization is successful. But obviously this is not a solution.
I need to implement a website with this scenario, and I don´t know how to solve this. Please help!!
Comments
Comment #1
taote commentedComment #2
nedjoSee #242601: translate node references with i18nsync. Is this the same issue? Does that patch resolve it?
Comment #3
taote commentedYes nedjo, the patch #242601: translate node references with i18nsync resolves the problem!
Thanks!
Comment #4
jose reyero commentedThat patch is already in 6.x