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

eugenmayer’s picture

Hey, thanks for the feedback. Did not yet run into this, will have to investigate.

verta’s picture

eugenmayer’s picture

Priority: Normal » Critical
Status: Active » Fixed

No, 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

Status: Fixed » Closed (fixed)

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

keyano’s picture

Version: 6.x-1.4 » 6.x-1.9
Priority: Critical » Major
Status: Closed (fixed) » Active

I am running Content Moderation 6.x-1.9 and just started experiencing this issue.
Title changes are visible in preview but are not saved.

eugenmayer’s picture

Priority: Major » Minor
Status: Active » Closed (fixed)

Titles are moderated just like anything else. They are visible when the content is live

keyano’s picture

Priority: Minor » Major

It 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.