diff --git a/src/components/task.vue b/src/components/task.vue index bf3f5b623..32adb58c0 100644 --- a/src/components/task.vue +++ b/src/components/task.vue @@ -532,6 +532,7 @@ export default { } else if (this.parentRequest && ['COMPLETED', 'CLOSED'].includes(this.task.process_request.status)) { this.$emit('completed', this.getAllowedRequestId()); } + this.disabled = false; }); }, emitIfTaskCompleted(requestId) {