about summary refs log tree commit diff
path: root/uploader
diff options
context:
space:
mode:
Diffstat (limited to 'uploader')
-rw-r--r--uploader/phenotypes/views.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/uploader/phenotypes/views.py b/uploader/phenotypes/views.py
index 9c737fc..ec07c0c 100644
--- a/uploader/phenotypes/views.py
+++ b/uploader/phenotypes/views.py
@@ -983,7 +983,10 @@ def edit_upload_phenotype_data(# pylint: disable=[unused-argument]
                                        ],
                                        "phenotype-bulk-edit",
                                        extra_meta = {
-                                           "edit-file": str(edit_file)
+                                           "edit-file": str(edit_file),
+                                           "species-id": specise["SpeciesId"],
+                                           "population-id": population["Id"],
+                                           "dataset-id": dataset["Id"]
                                        }),
             jobs_db,
             f"{app.config['UPLOAD_FOLDER']}/job_errors",