- Issue created by @amateescu
- @amateescu opened merge request.
The current workspace association implementation relies on complex queries against entity storage tables to determine which revisions belong to which workspace. This approach:
Introduce a new workspace_association_revision
table to explicitly track all entity revisions associated with a workspace.
Additionally, this clears the path towards deprecating/removing the workspace
revision metadata field, which is needed in order to implement moving revisions between workspaces in a performant way as required for
📌
Allow for / implement simplified content workflow with workspaces
Active
.
Review.
Nope.
N/A.
Nope.
Added a new workspace_association_revision
table to track all workspace-associated revisions.
The Workspaces module now uses a dedicated database table to track all workspace-associated entity revisions, improving performance and removing limitations on custom entity storage implementations.
Active
11.0 🔥
workspaces.module