mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-09 23:38:50 +00:00
Reflect attendee type with generic icon
This commit is contained in:
@@ -337,6 +337,16 @@
|
||||
form.$setDirty();
|
||||
};
|
||||
|
||||
this.defaultIconForAttendee = function (attendee) {
|
||||
if (attendee.isGroup) {
|
||||
return 'group';
|
||||
} else if (attendee.isResource) {
|
||||
return 'meeting_room';
|
||||
} else {
|
||||
return 'person';
|
||||
}
|
||||
};
|
||||
|
||||
this.nextSlot = function () {
|
||||
findSlot(1);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user