When you update a node with "New revisions in moderation" checked, but without "Create new revision", the title in the node table isn't updated.
When you update a node with "New revisions in moderation" checked, but without "Create new revision", the title in the node table isn't updated.
Comments
Comment #1
jconkey commentedHas anyone found a solution to this problem? Do you have a patch? Thanks
Comment #2
jconkey commentedI think the bug is in revision_moderation_workflow_ng.inc in the last function:
To have the title updated also, the function should call revision_moderation_publish (in revision_moderation.module), which properly updates the title field:
I found this when I copied revision_moderation_workflow_ng_publish() to make a function that publishes the latest revision in moderation:
Comment #3
add1sun commentedYep, core RM doesn't have this problem so this is a Workflow-NG issue. Updated the WNG inc file to use the proper RM function. Committed to 5 dev.
Comment #5
junro commentedI've got exactly the same issue with the 6.x-1.0-alpha2 version.
What changes I should do? Into revision_moderation.module file I suppose.
Thanks :)
Comment #6
junro commentedStill nobody on this problem?
Comment #7
junro commentedHere the file:
Comment #8
junro commentedNobody knows this module ?