Situation: defined an image node with one image field. Set image to be synced with translations.

Created an image node with image (en). Translated image node into (de). The image was synced (same image file behind the scenes). Changed the image in the (de) node. The image in the (en) node was not synced! And there is no chance to get the nodes in sync again!

Comments

pepe roni’s picture

I have checked the sync.module and found some open TODOs in the code.
Line 16:

 * @ TODO Test with CCK when possible, api may have changed.

and beginning in line 263:

        // TODO take type specific actions.
        case 'filefield':
        case 'imagefield':
          break;

concerning just my problem!

Am I missunderstanding something?

hamsterbacke42’s picture

I think I have the same problem.

It only works if I create a node, then add a translation.
However, if I try to change an image of one translation, it does not get updated in the related translation node. :/

der_tisch’s picture

same problem here
subscribing

pepe roni’s picture

Obviously the maintainers of this module are overstrained. How else could it be explained that for about one and a half month none of them has reacted on this issue? Didn't I give a hint, where to search? If I was a PHP programmer, I would try to solve the problem myself.

Martin Möhwald’s picture

Same problem here. Imagefields are not synchronized on edits.

dasjo’s picture

Status: Active » Closed (duplicate)