Skip to content

Commit 4213dae

Browse files
committed
Guests do not have access to folders and workspaces
1 parent cb2ace7 commit 4213dae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/dashboard/ResourceFilter.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ qx.Class.define("osparc.dashboard.ResourceFilter", {
147147
},
148148

149149
evaluateTrashEmpty: function() {
150+
if (osparc.auth.Data.getInstance().isGuest()) {
151+
// Guests do not have access to folders and workspaces
152+
return;
153+
}
154+
150155
const studiesParams = {
151156
url: {
152157
offset: 0,

0 commit comments

Comments
 (0)