Skip to content

Commit 57d44be

Browse files
committed
minor
1 parent c892ebc commit 57d44be

File tree

1 file changed

+7
-1
lines changed
  • services/static-webserver/client/source/class/osparc/support

1 file changed

+7
-1
lines changed

services/static-webserver/client/source/class/osparc/support/Conversation.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,15 @@ qx.Class.define("osparc.support.Conversation", {
141141
});
142142
},
143143

144-
__applyConversation: function(conversation) {
144+
__applyConversation: function() {
145145
this.__reloadMessages(true);
146146

147+
this.__populateShareProjectCheckbox();
148+
},
149+
150+
__populateShareProjectCheckbox: function() {
151+
const conversation = this.getConversation();
152+
147153
const shareProjectCB = this.getChildControl("share-project-checkbox");
148154
const shareProjectLayout = this.getChildControl("share-project-layout");
149155
const currentStudy = osparc.store.Store.getInstance().getCurrentStudy();

0 commit comments

Comments
 (0)