(js) Fix autocompletion of LDAP-based groups

Fixes #3673
This commit is contained in:
Francis Lachapelle
2016-05-19 16:34:42 -04:00
parent fdc82913ef
commit cc28357553
4 changed files with 16 additions and 9 deletions
@@ -209,7 +209,7 @@
recipients = vm.message.editable[field];
if (contact.$isList()) {
if (contact.$isList({expandable: true})) {
// If the list's members were already fetch, use them
if (angular.isDefined(contact.refs) && contact.refs.length) {
_.forEach(contact.refs, function(ref) {