opentrons
opentrons copied to clipboard
6.0 Feedback: Devices > Robot Detail > Run list while protocol running
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."
}
]
}
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
Very low priority.