mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
(js) Fix loading of card from global addressbooks
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
vm.mode = { search: false, multiple: 0 };
|
||||
|
||||
function selectCard(card) {
|
||||
$state.go('app.addressbook.card.view', {addressbookId: stateAddressbook.id, cardId: card.id});
|
||||
$state.go('app.addressbook.card.view', {cardId: card.id});
|
||||
}
|
||||
|
||||
function toggleCardSelection($event, card) {
|
||||
|
||||
Reference in New Issue
Block a user