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 80cf2e5 commit 9f83b41Copy full SHA for 9f83b41
services/static-webserver/client/source/class/osparc/share/Collaborators.js
@@ -411,10 +411,13 @@ qx.Class.define("osparc.share.Collaborators", {
411
collaborator["name"] = collab.getLabel();
412
collaborator["login"] = collab.getLogin();
413
} else {
414
+ // org/group
415
collaborator["label"] = collab.getLabel();
416
collaborator["description"] = collab.getDescription();
417
if (everyoneGIds.includes(parseInt(gid))) {
418
collaborator["thumbnail"] = "@FontAwesome5Solid/globe/32";
419
+ } else if (!collaborator["thumbnail"]) {
420
+ collaborator["thumbnail"] = "@FontAwesome5Solid/users/26";
421
}
422
423
collaborator["accessRights"] = accessRights[gid];
0 commit comments