From 9c2effe848480b706a92892e464e701f9d4d8949 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 13 Apr 2026 09:40:09 -0500 Subject: Convert from "disabled" to "readonly" to ensure value is submitted. Convert the "dataset-name" input element to "readonly" to ensure that the auto-generated name is not editable by the user, but is submitted together with the rest of the data. --- uploader/templates/phenotypes/create-dataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uploader/templates/phenotypes/create-dataset.html b/uploader/templates/phenotypes/create-dataset.html index 6eced05..9963953 100644 --- a/uploader/templates/phenotypes/create-dataset.html +++ b/uploader/templates/phenotypes/create-dataset.html @@ -49,7 +49,7 @@ class="form-control" {%endif%} required="required" - disabled="disabled" /> + readonly="readonly" />
A short representative name for the dataset.
Recommended: Use the population name and append "Publish" at the end. -- cgit 1.4.1