Drew Walters created CB-762:
-------------------------------

             Summary: Change BlackBerry plugin from Contact to Contacts
                 Key: CB-762
                 URL: https://issues.apache.org/jira/browse/CB-762
             Project: Apache Cordova
          Issue Type: Bug
          Components: BlackBerry, CordovaJS
    Affects Versions: 1.7.0
            Reporter: Drew Walters
            Assignee: Drew Walters
            Priority: Trivial
             Fix For: 1.8.0


The BlackBerry override of the common Contacts API expects the associated 
native plugin to be named "Contact" in plugins.xml. This differs from the 
common cordova-js expectation of "Contacts". This bug fix will change the 
BlackBerry implementation to match common.

Existing Cordova BlackBerry projects will need updated to account for this 
change. Modify the plugins.xml file of the existing project to change the 
following line:

from:
<plugin name="Contact"       value="org.apache.cordova.pim.Contact"/>

to:
<plugin name="Contacts"       value="org.apache.cordova.pim.Contact"/>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to