(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:
Francis Lachapelle
2016-08-05 16:08:04 -04:00
parent e963981460
commit 907024d2c4
7 changed files with 264 additions and 51 deletions
@@ -110,7 +110,7 @@
return addressbook.id == $stateParams.addressbookId;
});
if (addressbook) {
addressbook.selectedCard = false;
delete addressbook.selectedCard;
addressbook.$reload();
return addressbook;
}