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