[ 
https://issues.apache.org/jira/browse/CB-10131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15048788#comment-15048788
 ] 

ASF GitHub Bot commented on CB-10131:
-------------------------------------

GitHub user alsorokin opened a pull request:

    https://github.com/apache/cordova-plugin-contacts/pull/98

    CB-10131 Fixed null contact creation

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-plugin-contacts CB-10131

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-contacts/pull/98.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #98
    
----
commit 42df8697bf520c10dc30edbb6f42fc18885ac1e4
Author: Alexander Sorokin <alexander.soro...@akvelon.com>
Date:   2015-12-04T09:52:43Z

    CB-10131 Fixed null contact creation

----


> When creating empty contact on Android, name fields are not null but "null"
> ---------------------------------------------------------------------------
>
>                 Key: CB-10131
>                 URL: https://issues.apache.org/jira/browse/CB-10131
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Contacts
>            Reporter: Alexander Sorokin
>            Assignee: Alexander Sorokin
>
> {noformat}
> navigator.contacts.create().save();
> {noformat}
> results in a contact that has a displayName "null" (string)
> Expected: a contact that has a displayName null (object)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to