New paramter SOGoLDAPGroupExpansionEnabled

Fixes #2506
This commit is contained in:
Francis Lachapelle
2019-09-05 12:42:25 -04:00
parent 1641235163
commit 25021c192c
8 changed files with 74 additions and 25 deletions
@@ -171,6 +171,7 @@
domain: card.c_domain,
isMSExchange: card.ismsexchange,
isGroup: card.$isList(),
isExpandableGroup: false,
isResource: card.isresource,
name: card.c_cn,
email: card.$$email,
@@ -185,6 +186,7 @@
// LDAP list -- preload members
card.$members().then(function(members) {
attendee.members = members;
attendee.isExpandableGroup = true;
});
}
attendee.image = Attendees.$gravatar(attendee.email, 32);