mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 20:27:16 +00:00
(fix) Creation of card/list in Contacts module
This commit is contained in:
@@ -127,6 +127,7 @@
|
||||
function stateNewCard($stateParams, stateAddressbook, Card) {
|
||||
var tag = 'v' + $stateParams.contactType,
|
||||
card = new Card({ pid: $stateParams.addressbookId, tag: tag });
|
||||
stateAddressbook.selectedCard = true;
|
||||
return card;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user