mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-30 15:45:26 +00:00
(js) Fix autocompletion of mail editor in Contacts
This commit is contained in:
@@ -13,6 +13,7 @@ Bug fixes
|
|||||||
- [web] apply search filters when automatically reloading current mailbox (#3507)
|
- [web] apply search filters when automatically reloading current mailbox (#3507)
|
||||||
- [web] fixed virtual repeater when moving up in messages list
|
- [web] fixed virtual repeater when moving up in messages list
|
||||||
- [web] really delete mailboxes being deleted from the Trash folder (#595, #1189, #641)
|
- [web] really delete mailboxes being deleted from the Trash folder (#595, #1189, #641)
|
||||||
|
- [web] fixed address autocompletion of mail editor affecting cards list of active addressbook
|
||||||
|
|
||||||
3.0.1 (2016-02-05)
|
3.0.1 (2016-02-05)
|
||||||
------------------
|
------------------
|
||||||
|
|||||||
@@ -90,11 +90,6 @@
|
|||||||
// First session query
|
// First session query
|
||||||
AddressBook.$cards = [];
|
AddressBook.$cards = [];
|
||||||
}
|
}
|
||||||
else if (AddressBook.$query.value == search) {
|
|
||||||
// Query hasn't changed
|
|
||||||
return AddressBook.$q.when(AddressBook.$cards);
|
|
||||||
}
|
|
||||||
AddressBook.$query.value = search;
|
|
||||||
|
|
||||||
angular.extend(params, options);
|
angular.extend(params, options);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user