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 e4f3cf6 commit 4981741Copy full SHA for 4981741
services/static-webserver/client/source/class/osparc/store/Tags.js
@@ -97,6 +97,9 @@ qx.Class.define("osparc.store.Tags", {
97
};
98
return osparc.data.Resources.getInstance().fetch("tags", "patch", params)
99
.then(tagData => {
100
+ if ("accessRights" in tagData) {
101
+ delete tagData["accessRights"];
102
+ }
103
return this.__addToCache(tagData);
104
})
105
.catch(console.error);
0 commit comments