(fix) return the complete list of addressbooks

This fixes many bugs / side effects, especially with ACLs
This commit is contained in:
Ludovic Marcotte 2015-08-20 19:37:30 -04:00
parent 2f82b5cfd3
commit 3301bdb055

View file

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