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 c892ebc commit 57d44beCopy full SHA for 57d44be
services/static-webserver/client/source/class/osparc/support/Conversation.js
@@ -141,9 +141,15 @@ qx.Class.define("osparc.support.Conversation", {
141
});
142
},
143
144
- __applyConversation: function(conversation) {
+ __applyConversation: function() {
145
this.__reloadMessages(true);
146
147
+ this.__populateShareProjectCheckbox();
148
+ },
149
+
150
+ __populateShareProjectCheckbox: function() {
151
+ const conversation = this.getConversation();
152
153
const shareProjectCB = this.getChildControl("share-project-checkbox");
154
const shareProjectLayout = this.getChildControl("share-project-layout");
155
const currentStudy = osparc.store.Store.getInstance().getCurrentStudy();
0 commit comments