Skip to content

Commit c3f81f0

Browse files
committed
save conversationId
1 parent 2894e7d commit c3f81f0

File tree

1 file changed

+1
-0
lines changed
  • services/static-webserver/client/source/class/osparc/workbench

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/workbench/WorkbenchUI.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,6 +1980,7 @@ qx.Class.define("osparc.workbench.WorkbenchUI", {
19801980
const conversationTitle = `${initPos.x}, ${initPos.y}`;
19811981
osparc.study.Conversations.addConversation(this.getStudy().getUuid(), conversationTitle, osparc.study.Conversations.PROJECT_ANNOTATION)
19821982
.then(conversationData => {
1983+
serializeData.attributes.conversationId = conversationData["conversationId"];
19831984
osparc.study.Conversations.popUpInWindow(this.getStudy().serialize(), conversationData["conversationId"]);
19841985
})
19851986
.catch(() => {

0 commit comments

Comments
 (0)