Github user daserge commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-contacts/pull/90#discussion_r45985746
--- Diff: src/ios/CDVContact.m ---
@@ -787,7 +789,9 @@ +
(NSString*)convertPropertyLabelToContactType:(NSString*)label
} else if ([label
isEqualToString:(NSString*)kABPersonHomePageLabel]) {
type = kW3ContactUrlProfile;
} else {
- type = kW3ContactOtherLabel;
+ // CB-3950 If label is not one of kW3*Label constants, threat
it as custom label.
+ // Otherwise fetching contact and then saving it will mailform
this label in address book.
--- End diff --
Typo: mailform -> malform
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]