aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
57 stars 15 forks source link

Remove operation #678

Closed marikoja closed 2 years ago

marikoja commented 3 years ago

Resolves #573 Operations with scheduled status can be removed. Only show cancel job on jobs that are not started.

bjkeller commented 3 years ago

@marikoja Should the merge target for this be v3-refactor?

marikoja commented 3 years ago

Ahh yeah it probably should be.

cashmonger commented 2 years ago

This is working the way it was intended and solves the issues -- you can see the remove button if an op is scheduled, but not if it's running. I am wondering, though, if we want the button to be visible for the other non-running statuses (pending, delayed, waiting, planning, primed, and error). That's more a question for the end users though. As for now, the remove button is only visible for status "scheduled" and not visible for any of the other statuses.

marikoja commented 2 years ago

I created a new issue related to the question in @cashmonger's comment.