- Issue created by @apmsooner
- Status changed to RTBC
7 months ago 6:00am 17 April 2024 - Status changed to Fixed
7 months ago 6:18am 17 April 2024
When content moderation module is enabled and node is in draft moderation state, the editor form should reflect the revision node vs. the published node.
This current affects the node/view route and node/latest route (provided by content moderation).
For node/view: This is a bit tricky cause if we make the form the node revision, the preview iframe provided by decoupled_preview_iframe should also be reflecting the node revision. But... node view by intent is supposed to be always showing the published version. The 2 modules need to be consistent with one another.
For node/latest: Either disable the sidebar like we did for revisions or always set the node revision to the form. The decoupled_preview_iframe module also is not properly showing the correct latest revision in the iframe on this route and I will submit a patch for that separately.
Fixed
1.0
User interface