|
|
@@ -1182,7 +1182,7 @@ var WorkflowEditorViewModel = function (layout_json, workflow_json, credentials_
|
|
|
window.location.replace(data.url);
|
|
|
}
|
|
|
if (self.workflow.id() == null) {
|
|
|
- shareViewModel.setDocUuid(data.uuid);
|
|
|
+ shareViewModel.setDocUuid(data.doc_uuid);
|
|
|
}
|
|
|
self.workflow.id(data.id);
|
|
|
$(document).trigger("info", data.message);
|