We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43d617 commit 8af9028Copy full SHA for 8af9028
ulc_mm_package/QtGUI/oracle.py
@@ -646,6 +646,7 @@ def _maybe_start_study_form(self):
646
647
def get_study_metadata(self):
648
self.study_metadata = self.study_form_dialog.get_form_input()
649
+ self.study_form_dialog.close()
650
self.save_form()
651
652
def save_form(self):
ulc_mm_package/study_configurations/_example-config.toml
@@ -4,13 +4,13 @@ name = "Example Study"
4
5
# Metadata fields
6
[[metadata]]
7
-key = "key1_blah"
+key = "key1"
8
label = "numbers galore"
9
datatype = "int"
10
required = true
11
12
13
-key = "key2_blah"
+key = "key2"
14
label = "string stuff"
15
datatype = "string"
16
0 commit comments