We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2894e7d commit c3f81f0Copy full SHA for c3f81f0
services/static-webserver/client/source/class/osparc/workbench/WorkbenchUI.js
@@ -1980,6 +1980,7 @@ qx.Class.define("osparc.workbench.WorkbenchUI", {
1980
const conversationTitle = `${initPos.x}, ${initPos.y}`;
1981
osparc.study.Conversations.addConversation(this.getStudy().getUuid(), conversationTitle, osparc.study.Conversations.PROJECT_ANNOTATION)
1982
.then(conversationData => {
1983
+ serializeData.attributes.conversationId = conversationData["conversationId"];
1984
osparc.study.Conversations.popUpInWindow(this.getStudy().serialize(), conversationData["conversationId"]);
1985
})
1986
.catch(() => {
0 commit comments