opentrons icon indicating copy to clipboard operation
opentrons copied to clipboard

6.0 Feedback: Devices > Robot Detail > Run list while protocol running

Open y3rsh opened this issue 3 years ago • 1 comments

Overview

On the three-dot menu of a run that is currently running the option to delete the run log is available. If you click this button there are no ill effects as the API returns a 409

{
    "errors": [
        {
            "id": "RunNotIdle",
            "title": "Run is not idle.",
            "detail": "Run is currently active. Allow the run to finish or stop it with a `stop` action before attempting to modify it."
        }
    ]
}
image

Current Behavior

Delete run log button is clickable when a run is running.

Expected Behavior

Delete run log button is not available or clickable when a run is running.

Steps To Reproduce

Have a running run and go to the devices page Click the three-dot menu of the running run and click delete protocol run record.

Operating system

Mac

Robot setup or anything else?

No response

y3rsh avatar Jul 08 '22 13:07 y3rsh

Very low priority.

y3rsh avatar Jul 08 '22 13:07 y3rsh