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

taote’s picture

Component: Experimental modules » Code
nedjo’s picture

See #242601: translate node references with i18nsync. Is this the same issue? Does that patch resolve it?

taote’s picture

Status: Active » Patch (to be ported)

Yes nedjo, the patch #242601: translate node references with i18nsync resolves the problem!

Thanks!

jose reyero’s picture

Status: Patch (to be ported) » Fixed

That patch is already in 6.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.