Skip to content

Commit 9f33d8d

Browse files
committed
minor bug fix
1 parent 46ef710 commit 9f33d8d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/info/StudyLarge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ qx.Class.define("osparc.info.StudyLarge", {
231231

232232
__openAccessRights: function() {
233233
const permissionsView = osparc.info.StudyUtils.openAccessRights(this.getStudy().serialize());
234-
permissionsView.addListener("updateStudy", e => {
234+
permissionsView.addListener("updateAccessRights", e => {
235235
const updatedData = e.getData();
236236
this.getStudy().setAccessRights(updatedData["accessRights"]);
237237
this.fireDataEvent("updateStudy", updatedData);

0 commit comments

Comments
 (0)