(fix) return the complete list of addressbooks

This fixes many bugs / side effects, especially with ACLs
pull/100/merge
Ludovic Marcotte 2015-08-20 19:37:30 -04:00
parent 2f82b5cfd3
commit 3301bdb055
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@
_this.$addressbooks.push(addressbook);
});
}
return this.$addressbooks;
return _.union(this.$addressbooks, this.$subscriptions, this.$remotes);
};
/**