Skip to content

Commit 27155ec

Browse files
committed
all users can share hypertool with ProductEveryone
1 parent 89aea81 commit 27155ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,9 @@ qx.Class.define("osparc.share.NewCollaboratorsManager", {
253253
} else if (this.__resourceData && this.__resourceData["resourceType"] === "service") {
254254
// all users can share services with ProductEveryone
255255
showProductEveryone = true;
256+
} else if (this.__resourceData && this.__resourceData["resourceType"] === "hypertool") {
257+
// all users can share hypertool with ProductEveryone
258+
showProductEveryone = true;
256259
}
257260
return showProductEveryone;
258261
},

0 commit comments

Comments
 (0)