In our setup of Drupal 6, we are using I18N and also the i18n sync module. It happens that when one person is editing a node and another person comes along to edit another node in the translation set, saving one of the nodes causes the other node to not be allowed to be saved.

Using the attached patch, when a person starts editing one node in the translation set, it causes the content locking messages to appear on any other nodes in the translation set. This helps prevent users from losing work.

Let me know if you have any questions or concerns with this.

Trevor

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pandaski’s picture

Version: 6.x-2.9 » 7.x-2.x-dev
Issue summary: View changes
Status: Needs review » Closed (outdated)
SpaghettiBolognese’s picture

Status: Closed (outdated) » Needs review
FileSize
2.06 KB

We're experiencing exactly the same problem with this module on Drupal 7 with i18n_sync. I've updated the patch so it will apply clean on 7.x-2.x (all credits go to tschellhorn).