Skip to content

Commit 844a479

Browse files
committed
minor fix
1 parent 8f074ea commit 844a479

File tree

1 file changed

+3
-2
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,12 @@ qx.Class.define("osparc.data.Permissions", {
163163
"dashboard.services.read"
164164
];
165165
}
166+
166167
if (osparc.product.Utils.getProductName() !== "osparc") {
167168
// data tab only available in osparc and testers
168-
fromUserToTester = [
169+
fromUserToTester.push(
169170
"dashboard.data.read"
170-
];
171+
);
171172
}
172173

173174
fromUserToTester.forEach(onlyTester => {

0 commit comments

Comments
 (0)