- Issue created by @timfletcher
When scheduling a Draft revision of Published content to be Published, all changes to paragraphs are ignored and discarded if an existing paragraph contains any edits.
New/removed paragraphs work correctly, but if an edit to an existing paragraph is included in the same scheduled change, it will fail but only if the node has a published revision.
All tests done via Scheduler:
New node scheduled Draft > Published - WORKS
Added new Paragraph - WORKS
Removed paragraph - WORKS
Added new Paragraph and removed existing Paragraph - WORKS
Edit existing Paragraph - FAILS
Edit existing Paragraph and Body field - FAILS
Edit existing Paragraph and add new Paragraph - FAILS
New node and paragraph, never live - WORKS
Edit existing Paragraph, scheduled node to go live - WORKS
Edit existing Paragraph - FAILS
This only affects nodes published via scheduler; revisions of paragraphs are respected when Nodes are published manually via Edit or have their moderation state explicitly set in the Content Moderation view.
This is very similar to the behaviour detailed in this old D7 Scheduler issue → .
Running Scheduler 2.2.1 and Drupal 11.2.2.
Active
2.2
Code