Closed (fixed)
Project:
Content moderation
Version:
6.x-1.9
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2010 at 08:06 UTC
Updated:
20 Apr 2011 at 15:16 UTC
Hello,
Here is a weird issue we are facing: when editing the node of a content type under content_moderation enabled then changes to the Title are not saved into the pending revision.
When you preview your changes - the change to the Title is there, but when you save it - it is gone. And when you make revision live - the Title is the old one unchanged.
Thanks
AndyB
Comments
Comment #1
eugenmayer commentedHey, thanks for the feedback. Did not yet run into this, will have to investigate.
Comment #2
verta commentedMight be caching? See #863376: Content moderation info block is cached
Comment #3
eugenmayer commentedNo, thats actually a bug. The title of the revision and the live version are not matching, thats confirmed. Will be fixed in 1.5.
Just to explain further. Lets say you have set live revision 1000. Now, the title in the node-table is the title of < 1000 while the title of the node_revisions entry for revision 1000 is correct.
Also the pathalias is no correctly recreated
Comment #5
keyano commentedI am running Content Moderation 6.x-1.9 and just started experiencing this issue.
Title changes are visible in preview but are not saved.
Comment #6
eugenmayer commentedTitles are moderated just like anything else. They are visible when the content is live
Comment #7
keyano commentedIt was a mistake on my part. We had a rule that was triggered "After updating existing content" which modified one of the fields. This caused node_save to be called twice. The title would be changed as expected after the first node_save call, but after the second node_save the last node revision would get the title of the live version.