mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
(js) Drag'n'drop of cards in AddressBook module
Required to add the option to move multiple cards to another addressbook. Fixed the possibility to copy cards to a subscribed calendar.
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
return addressbook.id == $stateParams.addressbookId;
|
||||
});
|
||||
if (addressbook) {
|
||||
addressbook.selectedCard = false;
|
||||
delete addressbook.selectedCard;
|
||||
addressbook.$reload();
|
||||
return addressbook;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user