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 E62F119921 for ; Mon, 28 Mar 2016 19:17:25 +0000 (UTC) Received: (qmail 98820 invoked by uid 500); 28 Mar 2016 19:17:25 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 98793 invoked by uid 500); 28 Mar 2016 19:17: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 98776 invoked by uid 99); 28 Mar 2016 19:17:25 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2016 19:17:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8B8612C1F5A for ; Mon, 28 Mar 2016 19:17:25 +0000 (UTC) Date: Mon, 28 Mar 2016 19:17:25 +0000 (UTC) From: =?utf-8?Q?Tobias_M=C3=BCcksch_=28JIRA=29?= To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CB-10976) Can't remove contact field 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 ] Tobias M=C3=BCcksch updated CB-10976: -------------------------------- Description:=20 Let's say an existing contact that I've retrieved from the system has two p= hone number fields: Shortened version of the contact object: { phoneNumbers: [{id: 0, type: "work", value: "123123123"}, {id: 1, type: "ho= me", value: "3216532425"}] } When I remove one of the both contact fields from the phoneNumbers array an= d then save the contact, it still has both numbers on the device. When I re= -retrieve the contact it has both numbers again. (Tested on iOS 9.3 with pl= ugin version 2.0.1) I can't find any hint in the documentation if I do something wrong or if th= e plugin is behaving wrong. I have created a demo script, which you can use for testing: http://pastebin.com/XRdREL3Y You might want to remove line 25 which removes the contact in the end. was: Let's say an existing contact that I've retrieved from the system has two p= hone number fields: Shortened version of the contact object: { phoneNumbers: [{id: 0, type: "work", value: "123123123"}, {id: 1, type: "ho= me", value: "3216532425"}] } When I remove one of the both contact fields from the phoneNumbers array an= d then save the contact, it still has both numbers on the device. When I re= -retrieve the contact it has both numbers again. (Tested on iOS 9.3 with pl= ugin version 2.0.1) I can't find any hint in the documentation if I do something wrong or if th= e plugin is behaving wrong. I have created a demo script, which you can use for testing: http://pastebin.com/XRdREL3Y > Can't remove contact field > -------------------------- > > 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 > Priority: Blocker > > Let's say an existing contact that I've retrieved from the system has two= phone number fields: > Shortened version of the contact object: > { > phoneNumbers: [{id: 0, type: "work", value: "123123123"}, {id: 1, type: "= home", value: "3216532425"}] > } > When I remove one of the both contact fields from the phoneNumbers array = and then save the contact, it still has both numbers on the device. When I = re-retrieve the contact it has both numbers again. (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 you can use for testing: > http://pastebin.com/XRdREL3Y > You might want to remove line 25 which removes the contact in the end. -- 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