Skip to content

Commit 159e989

Browse files
committed
comment
1 parent 4981741 commit 159e989

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

services/static-webserver/client/source/class/osparc/store/Tags.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ qx.Class.define("osparc.store.Tags", {
9898
return osparc.data.Resources.getInstance().fetch("tags", "patch", params)
9999
.then(tagData => {
100100
if ("accessRights" in tagData) {
101+
// accessRights are not patched in this endpoint
101102
delete tagData["accessRights"];
102103
}
103104
return this.__addToCache(tagData);

0 commit comments

Comments
 (0)