Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED9B219A0E for ; Wed, 6 Apr 2016 00:21:25 +0000 (UTC) Received: (qmail 58626 invoked by uid 500); 6 Apr 2016 00:21:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 58545 invoked by uid 500); 6 Apr 2016 00:21:25 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 58487 invoked by uid 99); 6 Apr 2016 00:21:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Apr 2016 00:21:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 9B9DC2C1F5D for ; Wed, 6 Apr 2016 00:21:25 +0000 (UTC) Date: Wed, 6 Apr 2016 00:21:25 +0000 (UTC) From: "Nikhil Khandelwal (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-10976) Can't remove phonenumber field from contact MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10976?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Nikhil Khandelwal updated CB-10976: ----------------------------------- Assignee: Sarangan Rajamanickam > Can't remove phonenumber field from contact > ------------------------------------------- > > Key: CB-10976 > URL: https://issues.apache.org/jira/browse/CB-10976 > Project: Apache Cordova > Issue Type: Bug > Components: Plugin Contacts > Affects Versions: 2.0.0 > Environment: iOS 9.3 > Reporter: Tobias M=C3=BCcksch > Assignee: Sarangan Rajamanickam > Labels: iOS, triaged > > Short demo script: > {code:javascript} > navigator.contacts.find(["*"], function (contacts) { > // Pick a contact > // (Make sure the contact has more than two phoneNumberFields) > var myContact =3D contacts[4];=20 > // Remove the second phone number > delete myContact.phoneNumbers[1]; > myContact.save(function () { > console.log("Success"); > /// You will see, that the contact still has all it's previou= s phone numbers > }, function () { > console.error("error while saving"); > }); > =20 > }, function () { > console.error("Could not access conacts."); > }); > {code} > Let's say a existing contact that I've retrieved from the system has two = or more phone number fields. When I remove one of the both contact fields f= rom the phoneNumbers array and then save the contact, *it still has all num= bers on the device*. When I re-retrieve the contact it has both numbers aga= in. (Tested on iOS 9.3 with plugin version 2.0.1) > *I can't find any hint in the documentation if I do something wrong or if= the plugin is behaving wrong.* > I have created a demo script, which reproduces the issue. You can use it = for testing: > http://pastebin.com/XRdREL3Y > You might want to remove line 25 which removes the contact in the end. > This SO Question might be related to the issue: http://stackoverflow.com/= questions/35698798/cordova-contacts-plugin-contact-data-is-duplicating-inst= ead-of-overwriting-conta?rq=3D1 -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org