summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-02-10 09:51:15 -0600
committerFrederick Muriuki Muriithi2026-02-10 09:51:15 -0600
commitcec8153adf56ce8fd237121eccea1cc1d5966de7 (patch)
tree8d99a4f1842485246d2bbfb230ca210da4b681a8
parentd8f0ceb738de50d2e6e64be576822536ee5656ee (diff)
downloadgn-ai-cec8153adf56ce8fd237121eccea1cc1d5966de7.tar.gz
gn-uploader: Redirect on upload success (new issue).
-rw-r--r--issues/gn-uploader/samples-redirect-upload-job-on-success.gmi14
1 files changed, 14 insertions, 0 deletions
diff --git a/issues/gn-uploader/samples-redirect-upload-job-on-success.gmi b/issues/gn-uploader/samples-redirect-upload-job-on-success.gmi
new file mode 100644
index 00000000..49987f60
--- /dev/null
+++ b/issues/gn-uploader/samples-redirect-upload-job-on-success.gmi
@@ -0,0 +1,14 @@
+# Samples: ...
+
+## Tags
+
+* type: bug, improvement
+* assigned: fredm
+* interested: acenteno
+* keywords: gn-uploader, uploader, background jobs
+* priority: high
+* status: open
+
+## Description
+
+Currently, when uploading new samples, when the upload job completes successfully, the job does not redirect back to the samples page, which is a tad confusing to users. Add a fix to ensure that the job redirects appropriately.