diff options
author | Frederick Muriuki Muriithi | 2025-03-21 13:18:37 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2025-03-21 13:19:32 -0500 |
commit | c281820ea0ccb8c078c83deca128010b3df95dce (patch) | |
tree | ee781dbf894dd694f042b0c567c9279094b0ea82 /uploader/templates/phenotypes | |
parent | 8b6ae4a103df26e923143ef3fbecb84ac4c74d2f (diff) | |
download | gn-uploader-c281820ea0ccb8c078c83deca128010b3df95dce.tar.gz |
Rename endpoint: Distinguish edit download from other downloads.
Diffstat (limited to 'uploader/templates/phenotypes')
-rw-r--r-- | uploader/templates/phenotypes/view-dataset.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/phenotypes/view-dataset.html b/uploader/templates/phenotypes/view-dataset.html index ed59d76..e08afc1 100644 --- a/uploader/templates/phenotypes/view-dataset.html +++ b/uploader/templates/phenotypes/view-dataset.html @@ -178,7 +178,7 @@ $.ajax( (`/species/${species_id}/populations/` + `${population_id}/phenotypes/datasets/` + - `${dataset_id}/download`), + `${dataset_id}/edit-download`), { method: "POST", data: JSON.stringify(phenoids), |