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 8c16b3c commit 20cd215Copy full SHA for 20cd215
services/static-webserver/client/source/class/osparc/store/Products.js
@@ -127,8 +127,13 @@ qx.Class.define("osparc.store.Products", {
127
},
128
129
getSupportGroupId: function() {
130
+ const statics = osparc.store.Store.getInstance().get("statics");
131
+ if (statics["supportStandardGroupId"]) {
132
+ return statics["supportStandardGroupId"];
133
+ }
134
// OM change this
135
return 23;
136
+ // return null;
137
138
139
amIASupportUser: function() {
0 commit comments