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 8f074ea commit 844a479Copy full SHA for 844a479
services/static-webserver/client/source/class/osparc/data/Permissions.js
@@ -163,11 +163,12 @@ qx.Class.define("osparc.data.Permissions", {
163
"dashboard.services.read"
164
];
165
}
166
+
167
if (osparc.product.Utils.getProductName() !== "osparc") {
168
// data tab only available in osparc and testers
- fromUserToTester = [
169
+ fromUserToTester.push(
170
"dashboard.data.read"
- ];
171
+ );
172
173
174
fromUserToTester.forEach(onlyTester => {
0 commit comments