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
7c6552cfc2
commit
07a388ce44
|
@ -46,16 +46,16 @@ new_id = create_unique_kkv_top_level_key("study_")
|
|||
# Get study number
|
||||
study_num = new_id[6:]
|
||||
|
||||
study_basics = {
|
||||
"study_id": study_num,
|
||||
"short_name": "",
|
||||
"long_name": ""
|
||||
core_information = {
|
||||
"ci_study_id": study_num,
|
||||
"ci_short_name": "",
|
||||
"ci_long_name": ""
|
||||
}
|
||||
|
||||
#new_id["study_basics"] = study_basics
|
||||
#new_id["core_information"] = core_information
|
||||
|
||||
# Update Data Store with new study
|
||||
study_list_data_store = {new_id: study_basics}</bpmn:script>
|
||||
study_list_data_store = {new_id: core_information}</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_08k0xip" sourceRef="Activity_025ptp9" targetRef="Event_0u9samg" />
|
||||
</bpmn:process>
|
||||
|
|
Loading…
Reference in New Issue