Skip to content

Commit 23930f6

Browse files
committed
minor
1 parent 53848e3 commit 23930f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/share/Collaborators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ qx.Class.define("osparc.share.Collaborators", {
194194
switch (this._resourceType) {
195195
case "study":
196196
case "template":
197-
canIShare = osparc.study.Utils.canIWrite(this._serializedDataCopy["accessRights"]);
197+
canIShare = osparc.data.model.Study.canIWrite(this._serializedDataCopy["accessRights"]);
198198
break;
199199
case "service":
200200
canIShare = osparc.service.Utils.canIWrite(this._serializedDataCopy["accessRights"]);

0 commit comments

Comments
 (0)