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 a500ec8 commit b193b8dCopy full SHA for b193b8d
services/static-webserver/client/source/class/osparc/share/Collaborators.js
@@ -353,7 +353,7 @@ qx.Class.define("osparc.share.Collaborators", {
353
if (
354
(this._resourceType === "study") &&
355
// check if I'm part of the access rights (not through an organization)
356
- (Object.keys(this._serializedDataCopy["accessRights"]).includes(myGid.toString())) &&
+ Object.keys(this._serializedDataCopy["accessRights"]).includes(myGid.toString()) &&
357
// check also user is not "prjOwner". Backend will silently not let the frontend remove that user.
358
(this._serializedDataCopy["prjOwner"] !== osparc.auth.Data.getInstance().getEmail())
359
) {
0 commit comments