Hi,

I work with revisioning and i18n.
I have multiple revisions with my source node. When I create a translation, the revision message of my source node is also shown in the translation.
The problem is due to the hook_nodeapi (in this case revisioning_nodeapi() and his function _revisioning_prepare_msg() ) where the source node and his translation is passed.

Thanks

Comments

rdeboer’s picture

Thanks for your report -- will investigate.

sdelbosc’s picture

Just to track the issue...

sdelbosc’s picture

When a node with a translation source is edited, its translation source is also loaded. If the translation source has a pending revision the message is displayed whereas it shouldn't.

Here is a patch that should fix the issue.

rdeboer’s picture

Version: 6.x-4.x-dev » 6.x-3.11
Assigned: Unassigned » rdeboer

Thanks Sylvain!
Will incorporate in next release.

rdeboer’s picture

Status: Active » Fixed

Patch in #3 applied and check into repository - thanks sdelbosc

Status: Fixed » Closed (fixed)

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