determined icon indicating copy to clipboard operation
determined copied to clipboard

fix: allow workspaces to be attempted to be deleted when experiments had existed historically [CM-412]

Open corban-beaird opened this issue 4 months ago • 2 comments

Ticket

CM-412

Description

A bug in the webUI was found where workspaces couldn't be deleted if there had ever been an experiment present in the workspace at any point in time. This removes the frontend check to disable the delete action in the action dropdown & adds logic into the API to perform the experiment present check.

Test Plan

  • CI passes

Checklist

  • [ ] Changes have been manually QA'd
  • [ ] New features have been approved by the corresponding PM
  • [ ] User-facing API changes have the "User-facing API Change" label
  • [ ] Release notes have been added as a separate file under docs/release-notes/ See Release Note for details.
  • [ ] Licenses have been included for new code which was copied and/or modified from any external code

corban-beaird avatar Oct 14 '24 16:10 corban-beaird