Closed as not planned
Description
Bug description
Users cannot delete workspaces in PREPARING
phase.
Steps to reproduce
- Go to workspaces list (
/workspaces
) - Create one or two workspaces. Using the example projects also works.
- Go back to the dashboard while workspaces are being created.
- Try to click more actions (···) and then Delete while a workspace is still in
PREPARING
phase. - Confirm deletion in the confirmation modal.
Expected behavior
Workspace should be deleted.
According a reference to the comment in #4173 (comment).
We could either a) disable the workspace delete dropdown option or b) remove the entry from the user interface and handle all the background tasks needed to gracefully delete a workspace.
Example repository
No response
Anything else?
No response