Closed (fixed)
Project:
Drupal core
Version:
11.x-dev
Component:
workspaces.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2026 at 10:11 UTC
Updated:
10 Apr 2026 at 11:15 UTC
Jump to comment: Most recent
Comments
Comment #3
amateescu commentedComment #4
smustgrave commentedSeems straight forward to me.
Comment #5
catchAre the revision delete and revert forms really workspace safe?
Comment #6
amateescu commentedThey are, in the sense that there's no difference if you delete or revert a revision in Live or in a workspace.
In the functional sense, we currently have a bug when you delete the latest workspace-tracked revision: #3514157: Deleting latest of multiple workspaced revisions deletes workspace association
Comment #7
catchBut if you revert a revision, what happens is it creates a new revision from an old one, it ought to be possible to track that in a workspace, if it's currently not, then it doesn't feel very workspace-safe.
Comment #8
smustgrave commented@amateescu thoughts on the last comment?
Comment #9
amateescu commented@catch, I just tried that manually in the UI, and everything is working as it should.
When you're in a workspace and revert to an older revision, the new revision that's created is tracked in that workspace. Also, when deleting a workspace-tracked revision, that revision (aside from the being deleted) is no longer tracked in the
workspace_association_revisiontable.Comment #12
catchOK that makes sense, if the new revision is tracked, then it's working how it should. We should probably revisit #2899719: Revision/version language on revision listing page is misleading with content moderation enabled at some point since the revision revert behaviour isn't very self-explanatory especially with content moderation or workspaces installed, but it's also not self-explanatory why you wouldn't be able to use that form either so we're only making things better here.