mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Contacts: Add storage parameter to GroupList
This commit is contained in:
parent
135cd71331
commit
e42ad5193d
@ -177,7 +177,7 @@ OC.Contacts = OC.Contacts || {
|
||||
this.$contactFullTemplate,
|
||||
this.detailTemplates
|
||||
);
|
||||
this.groups = new OC.Contacts.GroupList(this.$groupList, this.$groupListItemTemplate);
|
||||
this.groups = new OC.Contacts.GroupList(this.storage, this.$groupList, this.$groupListItemTemplate);
|
||||
OCCategories.changed = this.groups.categoriesChanged;
|
||||
OCCategories.app = 'contacts';
|
||||
OCCategories.type = 'contact';
|
||||
|
Loading…
x
Reference in New Issue
Block a user