Skip to content

Commit f58f4c4

Browse files
committed
not used
1 parent 2b7623f commit f58f4c4

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

services/static-webserver/client/source/class/osparc/filter/OrganizationsAndMembers.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,6 @@ qx.Class.define("osparc.filter.OrganizationsAndMembers", {
5959
return selectedGIDs;
6060
},
6161

62-
reloadVisibleCollaborators: function(collaboratorsToBeRemoved = null) {
63-
if (collaboratorsToBeRemoved) {
64-
this.__collaboratorsToBeRemoved = collaboratorsToBeRemoved.map(collaboratorToBeRemoved => parseInt(collaboratorToBeRemoved));
65-
}
66-
67-
osparc.store.Groups.getInstance().getPotentialCollaborators()
68-
.then(potentialCollaborators => {
69-
this.__visibleCollaborators = potentialCollaborators;
70-
this.__addOrgsAndMembers();
71-
});
72-
},
73-
7462
__addOrgsAndMembers: function() {
7563
this.reset();
7664

0 commit comments

Comments
 (0)