- Issue created by @amateescu
- Merge request !12180Ensure that active workspace is kept for an entire form's lifecycle. β (Open) created by amateescu
- πΊπΈUnited States smustgrave
Appears to have a number of test failures.
When opening a form in a workspace, that workspace should be active until the form is submitted.
- Activate a workspace and open the node add form
- Open a new tab and activate another workspace
- Go back to the initial tab, fill and submit the form
- Observe that the node is tracked by the second workspace instead of the initial one
Ensure that the initially active workspace is persisted through the entity lifecycle of the form.
Review.
Nope.
N/A
API addition with BC:
- A new optional argument ($persist = TRUE
) is added to WorkspaceManagerInterface::setActiveWorkspace()
N/A
N/A
Active
11.0 π₯
workspaces.module
Appears to have a number of test failures.