mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-20 12:48:32 +00:00
(fix) reworked c_ prefixes on givenname,cn,sn,o and component.
This makes it easier to map to the quick table and avoid fields duplications.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
stateNewCard.$inject = ['$stateParams', 'stateAddressbook', 'Card'];
|
||||
function stateNewCard($stateParams, stateAddressbook, Card) {
|
||||
var tag = 'v' + $stateParams.contactType,
|
||||
card = new Card({ pid: $stateParams.addressbookId, tag: tag });
|
||||
card = new Card({ pid: $stateParams.addressbookId, c_component: tag });
|
||||
stateAddressbook.selectedCard = true;
|
||||
return card;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user