Skip to content

Commit a8b2387

Browse files
committed
readFunctions from backend
1 parent 86e692e commit a8b2387

File tree

1 file changed

+0
-5
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+0
-5
lines changed

services/static-webserver/client/source/class/osparc/data/Permissions.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -310,11 +310,6 @@ qx.Class.define("osparc.data.Permissions", {
310310
return false;
311311
}
312312

313-
// This needs to be provided by the backend
314-
if (action === "readFunctions") {
315-
return osparc.utils.Utils.isDevelopmentPlatform();
316-
}
317-
318313
if (
319314
this.__functionPermissions &&
320315
action in this.__functionPermissions

0 commit comments

Comments
 (0)