Skip to content

Release/4.x/4.5.0.1 - #2013

Merged
ruwanl merged 3 commits into
4.x-masterfrom
release/4.x/4.5.0.1
Aug 6, 2026
Merged

Release/4.x/4.5.0.1#2013
ruwanl merged 3 commits into
4.x-masterfrom
release/4.x/4.5.0.1

Conversation

@mingsong-hu

Copy link
Copy Markdown
Contributor

No description provided.

mingsong-hu and others added 3 commits August 6, 2026 17:32
Patch entity_reference_revisions for missing Paragraph revisions.

Paragraphs at delta 1 and above do not get a new revision when a
Content Moderation node is saved from Published to Draft, so draft
paragraph content is written over the revision the published node
still references and leaks onto the live site.

EntityReferenceRevisionsFieldItemList::hasAffectingChanges() returns
unconditionally on the first delta, so once delta 0 has been saved and
reports no further changes, the remaining deltas are never checked.
Regression introduced in entity_reference_revisions 1.13.0; fixed
upstream on 8.x-1.x but not yet in a tagged release (latest is 1.14.0),
so the fix is applied as a patch pinned to the full commit SHA.

Refs: #2010
Refs: https://www.drupal.org/project/entity_reference_revisions/issues/3582279
@ruwanl
ruwanl merged commit 237d514 into 4.x-master Aug 6, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants