From 7057f7ddd0c14790398f65ae7ca1acf10da5a52e Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 5 May 2025 11:51:25 -0500 Subject: Include the publication when provided. --- .../templates/phenotypes/add-phenotypes-raw-files.html | 1 + uploader/templates/phenotypes/review-job-data.html | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'uploader/templates') diff --git a/uploader/templates/phenotypes/add-phenotypes-raw-files.html b/uploader/templates/phenotypes/add-phenotypes-raw-files.html index 2ff6a4f..5709491 100644 --- a/uploader/templates/phenotypes/add-phenotypes-raw-files.html +++ b/uploader/templates/phenotypes/add-phenotypes-raw-files.html @@ -585,6 +585,7 @@ })); }); formdata.append("resumable-upload", "true"); + formdata.append("publication-id", $("#txt-publication-id").val()); return formdata; } diff --git a/uploader/templates/phenotypes/review-job-data.html b/uploader/templates/phenotypes/review-job-data.html index 7bc8c62..befb5e2 100644 --- a/uploader/templates/phenotypes/review-job-data.html +++ b/uploader/templates/phenotypes/review-job-data.html @@ -40,9 +40,20 @@ species “{{species.SpeciesName}} ({{species.FullName}})” will be updated as follows:
+