mirror of
https://github.com/owncloudarchive/contacts.git
synced 2025-01-19 08:52:22 +01:00
Fixes contact thumbnails in "not grouped"
This commit is contained in:
parent
4113bfff77
commit
d4f304bd8d
@ -2014,6 +2014,7 @@ OC.Contacts = OC.Contacts || {};
|
||||
for(var contact in this.contacts) {
|
||||
if(this.contacts[contact].getPreferredValue('CATEGORIES', []).length === 0) {
|
||||
this.contacts[contact].getListItemElement().show();
|
||||
this.contacts[contact].setThumbnail();
|
||||
} else {
|
||||
this.contacts[contact].getListItemElement().hide();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user