From 6ce8702bda049e581d515193476104388d706464 Mon Sep 17 00:00:00 2001 From: Jarvis Raymond Date: Fri, 14 Aug 2026 14:21:45 -0500 Subject: [PATCH 1/2] feat(healSampleConfig): Updated studyRegistration.json --- .../jarvis/sampleConfigs/heal/studyRegistrationForm.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json b/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json index ac961539..45a98d7a 100644 --- a/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json +++ b/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json @@ -85,8 +85,7 @@ "label": "Study Data Repository", "initialValue": "", "placeholder": "Select a data repository", - "required": true, - "data": [ + "dropdownData": [ { "value": "BioSystics-AP", "label": "BioSystics-AP" }, { "value": "Database of Genotypes and Phenotypes (dbGaP)", @@ -164,7 +163,6 @@ "type": "Tags", "label": "Study Data ID from Repository: \nPress Enter to add a unique ID for a study within the repository", "placeholder": "Enter the unique ID for the study within the repository", - "required": true, "variable": "repository_study_ids" } ], From 13761a81897c7b8429a971c0c3c6debc84aafc46 Mon Sep 17 00:00:00 2001 From: Jarvis Raymond Date: Fri, 14 Aug 2026 14:23:58 -0500 Subject: [PATCH 2/2] feat(healSampleConfig): Updated studyRegistration.json --- .../jarvis/sampleConfigs/heal/studyRegistrationForm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json b/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json index 45a98d7a..1c6710e7 100644 --- a/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json +++ b/devplanetv2/dev-environments/jarvis/sampleConfigs/heal/studyRegistrationForm.json @@ -54,7 +54,7 @@ "label": "Study", "initialValue": "", "required": true, - "data": [], + "dropdownData": [], "variable": "study_id" }, {