Opentrons / opentrons

Software for writing protocols and running them on the Opentrons Flex and Opentrons OT-2
https://opentrons.com
Apache License 2.0
418 stars 178 forks source link

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

Open y3rsh opened 2 years ago

y3rsh commented 2 years ago

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 commented 2 years ago

Very low priority.