mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 04:18:15 +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
2871e8bcee
commit
7d8639a2ec
@ -46,7 +46,7 @@ new_id = create_unique_kkv_top_level_key("study_")
|
||||
# Get study number
|
||||
study_num = new_id[6:]
|
||||
|
||||
study_info = {}
|
||||
new_id = {}
|
||||
study_basics = {
|
||||
"study_id": study_num,
|
||||
"short_name": "",
|
||||
@ -54,7 +54,7 @@ study_basics = {
|
||||
}
|
||||
|
||||
# Update Data Store with new study
|
||||
study_list_data_store = study_info["study_basics"] = study_basics</bpmn:script>
|
||||
study_list_data_store = new_id["study_basics"] = study_basics</bpmn:script>
|
||||
</bpmn:scriptTask>
|
||||
<bpmn:sequenceFlow id="Flow_08k0xip" sourceRef="Activity_025ptp9" targetRef="Event_0u9samg" />
|
||||
</bpmn:process>
|
||||
|
Loading…
x
Reference in New Issue
Block a user