Skip to content

Commit 20cd215

Browse files
committed
minor
1 parent 8c16b3c commit 20cd215

File tree

1 file changed

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

1 file changed

+5
-0
lines changed

services/static-webserver/client/source/class/osparc/store/Products.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,13 @@ qx.Class.define("osparc.store.Products", {
127127
},
128128

129129
getSupportGroupId: function() {
130+
const statics = osparc.store.Store.getInstance().get("statics");
131+
if (statics["supportStandardGroupId"]) {
132+
return statics["supportStandardGroupId"];
133+
}
130134
// OM change this
131135
return 23;
136+
// return null;
132137
},
133138

134139
amIASupportUser: function() {

0 commit comments

Comments
 (0)