mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 05:18:36 +00:00
User: alex@sartography.com clicked save for playground/alex-herron/irb-prototype/protocol-builder/add-edit-study-info/pb-create-new-study.bpmn
This commit is contained in:
parent
33ed5508a3
commit
3329f75e91
@ -47,11 +47,11 @@ new_id = create_unique_kkv_top_level_key("study_")
|
||||
study_num = new_id[6:]
|
||||
|
||||
study_info = {}
|
||||
study_basics = {
|
||||
"study_id": study_num,
|
||||
study_basics = [
|
||||
{"study_id": study_num,
|
||||
"short_name": "",
|
||||
"long_name": ""
|
||||
}
|
||||
"long_name": ""}
|
||||
]
|
||||
|
||||
# Update Data Store with new study
|
||||
study_list_data_store = study_info["study_basics"] = study_info</bpmn:script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user