Computational-Plant-Science / plantit

https://plantit.cyverse.org
BSD 3-Clause "New" or "Revised" License
11 stars 5 forks source link

Disable start button on task submission #270

Closed wpbonelli closed 2 years ago

wpbonelli commented 2 years ago

When the start button is clicked on the task submission view we should disable it until a response arrives from the backend. This prevents accidental duplicates.

I thought we already did this? Must have regressed somewhere along the line...

(It would be nice if the response were quick enough to make dupes impossible but good to take precautions- can probably optimize the endpoint to shave some time but that's a separate issue)