diff options
| author | Frederick Muriuki Muriithi | 2026-02-10 09:51:15 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-02-10 09:51:15 -0600 |
| commit | cec8153adf56ce8fd237121eccea1cc1d5966de7 (patch) | |
| tree | 8d99a4f1842485246d2bbfb230ca210da4b681a8 | |
| parent | d8f0ceb738de50d2e6e64be576822536ee5656ee (diff) | |
| download | gn-ai-cec8153adf56ce8fd237121eccea1cc1d5966de7.tar.gz | |
gn-uploader: Redirect on upload success (new issue).
| -rw-r--r-- | issues/gn-uploader/samples-redirect-upload-job-on-success.gmi | 14 |
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. |
