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 aff1208 commit 462cf96Copy full SHA for 462cf96
services/static-webserver/client/source/class/osparc/store/Groups.js
@@ -184,10 +184,6 @@ qx.Class.define("osparc.store.Groups", {
184
this.getMyGroupId(),
185
...this.getOrganizationIds().map(gId => parseInt(gId))
186
];
187
- const supportGroup = this.getSupportGroup();
188
- if (supportGroup && !allMyGroupIds.includes(supportGroup.getGroupId())) {
189
- allMyGroupIds.push(supportGroup.getGroupId());
190
- }
191
if (this.getEveryoneGroup()) {
192
allMyGroupIds.push(this.getEveryoneGroup().getGroupId());
193
}
0 commit comments