Skip to content

Commit 4981741

Browse files
committed
do not patch accessRights
1 parent e4f3cf6 commit 4981741

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ qx.Class.define("osparc.store.Tags", {
9797
};
9898
return osparc.data.Resources.getInstance().fetch("tags", "patch", params)
9999
.then(tagData => {
100+
if ("accessRights" in tagData) {
101+
delete tagData["accessRights"];
102+
}
100103
return this.__addToCache(tagData);
101104
})
102105
.catch(console.error);

0 commit comments

Comments
 (0)