abrt / retrace-server

Application for remote coredump analysis
GNU General Public License v2.0
40 stars 30 forks source link

manager: Prevent double submit of vmcore or coredump tasks #461

Closed DaveWysochanskiRH closed 2 years ago

DaveWysochanskiRH commented 2 years ago

The POST actions on the manager page to submit a custom vmcore or coredump should be protected from double clicks which can cause tasks to be created but never started and end up stuck in "available" state. Fix this by disabling the button on submission.

Fixes: https://github.com/abrt/retrace-server/issues/446

Signed-off-by: Dave Wysochanski dwysocha@redhat.com