Skip to content

Commit 9f83b41

Browse files
committed
default thumbnail for org
1 parent 80cf2e5 commit 9f83b41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

services/static-webserver/client/source/class/osparc/share/Collaborators.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,13 @@ qx.Class.define("osparc.share.Collaborators", {
411411
collaborator["name"] = collab.getLabel();
412412
collaborator["login"] = collab.getLogin();
413413
} else {
414+
// org/group
414415
collaborator["label"] = collab.getLabel();
415416
collaborator["description"] = collab.getDescription();
416417
if (everyoneGIds.includes(parseInt(gid))) {
417418
collaborator["thumbnail"] = "@FontAwesome5Solid/globe/32";
419+
} else if (!collaborator["thumbnail"]) {
420+
collaborator["thumbnail"] = "@FontAwesome5Solid/users/26";
418421
}
419422
}
420423
collaborator["accessRights"] = accessRights[gid];

0 commit comments

Comments
 (0)