Closed (fixed)
Project:
Revisioning
Version:
6.x-3.11
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 May 2010 at 11:42 UTC
Updated:
7 Oct 2010 at 05:30 UTC
Jump to comment: Most recent file
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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | revisioning-more-recent-revision-message-803112-3.patch | 805 bytes | sdelbosc |
Comments
Comment #1
rdeboerThanks for your report -- will investigate.
Comment #2
sdelbosc commentedJust to track the issue...
Comment #3
sdelbosc commentedWhen 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.
Comment #4
rdeboerThanks Sylvain!
Will incorporate in next release.
Comment #5
rdeboerPatch in #3 applied and check into repository - thanks sdelbosc