Skip to content

Commit 73bcf94

Browse files
committed
viewer per default
1 parent 0c8e8e2 commit 73bcf94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ qx.Class.define("osparc.share.CollaboratorsTag", {
7373
}
7474

7575
const newCollaborators = {};
76-
gids.forEach(gid => newCollaborators[gid] = this.self().getCollaboratorAccessRight());
76+
gids.forEach(gid => newCollaborators[gid] = this.self().getViewerAccessRight());
7777
osparc.store.Tags.getInstance().addCollaborators(this.__tag.getTagId(), newCollaborators)
7878
.then(() => {
7979
const text = this.tr("Tag successfully shared");

0 commit comments

Comments
 (0)