(js) Fix autocompletion of LDAP-based groups

Fixes #3673
This commit is contained in:
Francis Lachapelle
2016-06-16 16:21:24 -04:00
parent 429aa1a91d
commit af136eec6c
2 changed files with 4 additions and 2 deletions
@@ -832,7 +832,7 @@
Component.prototype.addAttendee = function(card) {
var _this = this, attendee, list, url, params;
if (card) {
if (card.$isList() && card.isGroup !== 1) {
if (card.$isList({expandable: true})) {
// Decompose list members
list = Component.$Card.$find(card.container, card.c_name);
list.$id().then(function(listId) {