[jira] [Updated] (CB-11967) Cordova Plugin default preferences loaded as 'undefined' value inside cordova project.

2016-10-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11967:
--
Component/s: CordovaLib

> Cordova Plugin default preferences loaded as 'undefined' value inside cordova 
> project.
> --
>
> Key: CB-11967
> URL: https://issues.apache.org/jira/browse/CB-11967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Iñaki Vitoria
>Assignee: Nikita Matrosov
>  Labels: reproduced, triaged
>
> Scenario
> 
> Creating a new cordova Plugin.
> Setting preferences and default values in different platforms inside 
> plugin.xml file.
> Once the plugin is added to the project and built, resultant DEFAULT values 
> aren´t loaded and set to 'undefined'.
> PROJECT SAMPLE CODE PROVIDED
> 
> Only relevant lines of code are included, everything else has been removed 
> since is automatically generated by cordova.
> 
>  
> xmlns="http://www.phonegap.com/ns/plugins/1.0;
> xmlns:android="http://schemas.android.com/apk/res/android;>
> Plugin
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Given the following preference configuration and default values PROVIDED
> the resultant config.xml file inside res/xml/config.xml (android example) 
> contains all default values set to 'undefined'
> 
> 
> 
> 
> 



--
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



[jira] [Updated] (CB-11967) Cordova Plugin default preferences loaded as 'undefined' value inside cordova project.

2016-10-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11967:
--
Labels: reproduced triaged  (was: )

> Cordova Plugin default preferences loaded as 'undefined' value inside cordova 
> project.
> --
>
> Key: CB-11967
> URL: https://issues.apache.org/jira/browse/CB-11967
> Project: Apache Cordova
>  Issue Type: Bug
>  Components: CordovaLib
>Affects Versions: 6.3.1
>Reporter: Iñaki Vitoria
>Assignee: Nikita Matrosov
>  Labels: reproduced, triaged
>
> Scenario
> 
> Creating a new cordova Plugin.
> Setting preferences and default values in different platforms inside 
> plugin.xml file.
> Once the plugin is added to the project and built, resultant DEFAULT values 
> aren´t loaded and set to 'undefined'.
> PROJECT SAMPLE CODE PROVIDED
> 
> Only relevant lines of code are included, everything else has been removed 
> since is automatically generated by cordova.
> 
>  
> xmlns="http://www.phonegap.com/ns/plugins/1.0;
> xmlns:android="http://schemas.android.com/apk/res/android;>
> Plugin
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Given the following preference configuration and default values PROVIDED
> the resultant config.xml file inside res/xml/config.xml (android example) 
> contains all default values set to 'undefined'
> 
> 
> 
> 
> 



--
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



[jira] [Updated] (CB-11967) Cordova Plugin default preferences loaded as 'undefined' value inside cordova project.

2016-10-15 Thread Vladimir Kotikov (JIRA)

 [ 
https://issues.apache.org/jira/browse/CB-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11967:
--
Assignee: Nikita Matrosov

> Cordova Plugin default preferences loaded as 'undefined' value inside cordova 
> project.
> --
>
> Key: CB-11967
> URL: https://issues.apache.org/jira/browse/CB-11967
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Iñaki Vitoria
>Assignee: Nikita Matrosov
>
> Scenario
> 
> Creating a new cordova Plugin.
> Setting preferences and default values in different platforms inside 
> plugin.xml file.
> Once the plugin is added to the project and built, resultant DEFAULT values 
> aren´t loaded and set to 'undefined'.
> PROJECT SAMPLE CODE PROVIDED
> 
> Only relevant lines of code are included, everything else has been removed 
> since is automatically generated by cordova.
> 
>  
> xmlns="http://www.phonegap.com/ns/plugins/1.0;
> xmlns:android="http://schemas.android.com/apk/res/android;>
> Plugin
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Given the following preference configuration and default values PROVIDED
> the resultant config.xml file inside res/xml/config.xml (android example) 
> contains all default values set to 'undefined'
> 
> 
> 
> 
> 



--
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



[jira] [Updated] (CB-11967) Cordova Plugin default preferences loaded as 'undefined' value inside cordova project.

2016-10-06 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/CB-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Iñaki Vitoria updated CB-11967:
---
Description: 
Scenario


Creating a new cordova Plugin.

Setting preferences and default values in different platforms inside plugin.xml 
file.

Once the plugin is added to the project and built, resultant DEFAULT values 
aren´t loaded and set to 'undefined'.

PROJECT SAMPLE CODE PROVIDED


Only relevant lines of code are included, everything else has been removed 
since is automatically generated by cordova.


http://www.phonegap.com/ns/plugins/1.0;
xmlns:android="http://schemas.android.com/apk/res/android;>

Plugin











   










Given the following preference configuration and default values PROVIDED

the resultant config.xml file inside res/xml/config.xml (android example) 
contains all default values set to 'undefined'







  was:
Scenario


Creating a new cordova Plugin.

Setting preferences and default values in different platforms inside plugin.xml 
file.

Once the plugin is added to the project and built, resultant DEFAULT values 
aren´t loaded and set to 'undefined'.

PROJECT SAMPLE CODE PROVIDED


Only relevant lines of code are included, everything else has been removed 
since is automatically generated by cordova.


http://www.phonegap.com/ns/plugins/1.0;
xmlns:android="http://schemas.android.com/apk/res/android;>

Cells-mxsofttoken











   










Given the following preference configuration and default values PROVIDED

the resultant config.xml file inside res/xml/config.xml (android example) 
contains all default values set to 'undefined'








> Cordova Plugin default preferences loaded as 'undefined' value inside cordova 
> project.
> --
>
> Key: CB-11967
> URL: https://issues.apache.org/jira/browse/CB-11967
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Iñaki Vitoria
>
> Scenario
> 
> Creating a new cordova Plugin.
> Setting preferences and default values in different platforms inside 
> plugin.xml file.
> Once the plugin is added to the project and built, resultant DEFAULT values 
> aren´t loaded and set to 'undefined'.
> PROJECT SAMPLE CODE PROVIDED
> 
> Only relevant lines of code are included, everything else has been removed 
> since is automatically generated by cordova.
> 
>  
> xmlns="http://www.phonegap.com/ns/plugins/1.0;
> xmlns:android="http://schemas.android.com/apk/res/android;>
> Plugin
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Given the following preference configuration and default values PROVIDED
> the resultant config.xml file inside res/xml/config.xml (android example) 
> contains all default values set to 'undefined'
> 
> 
> 
> 
> 



--
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



[jira] [Updated] (CB-11967) Cordova Plugin default preferences loaded as 'undefined' value inside cordova project.

2016-10-06 Thread JIRA

 [ 
https://issues.apache.org/jira/browse/CB-11967?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Iñaki Vitoria updated CB-11967:
---
Description: 
Scenario


Creating a new cordova Plugin.

Setting preferences and default values in different platforms inside plugin.xml 
file.

Once the plugin is added to the project and built, resultant DEFAULT values 
aren´t loaded and set to 'undefined'.

PROJECT SAMPLE CODE PROVIDED


Only relevant lines of code are included, everything else has been removed 
since is automatically generated by cordova.


http://www.phonegap.com/ns/plugins/1.0;
xmlns:android="http://schemas.android.com/apk/res/android;>

Cells-mxsofttoken











   










Given the following preference configuration and default values PROVIDED

the resultant config.xml file inside res/xml/config.xml (android example) 
contains all default values set to 'undefined'







  was:
Scenario


Creating a new cordova Plugin.

Setting preferences and default values in different platforms inside plugin.xml 
file.

Once the plugin is added to the project and built, resultant DEFAULT values 
aren´t loaded and set to 'undefined'.

PROJECT SAMPLE CODE PROVIDED


Only relevant lines of code are included, everything else has been removed 
since is automatically generated by cordova.


http://www.phonegap.com/ns/plugins/1.0;
xmlns:android="http://schemas.android.com/apk/res/android;>

Cells-mxsofttoken











   










Given the following preference configuration and default values PROVIDED

the resultant config.xml file inside res/xml/config.xml (android example) 
contains all default values set to 'undefined'








> Cordova Plugin default preferences loaded as 'undefined' value inside cordova 
> project.
> --
>
> Key: CB-11967
> URL: https://issues.apache.org/jira/browse/CB-11967
> Project: Apache Cordova
>  Issue Type: Bug
>Affects Versions: 6.3.1
>Reporter: Iñaki Vitoria
>
> Scenario
> 
> Creating a new cordova Plugin.
> Setting preferences and default values in different platforms inside 
> plugin.xml file.
> Once the plugin is added to the project and built, resultant DEFAULT values 
> aren´t loaded and set to 'undefined'.
> PROJECT SAMPLE CODE PROVIDED
> 
> Only relevant lines of code are included, everything else has been removed 
> since is automatically generated by cordova.
> 
>  
> xmlns="http://www.phonegap.com/ns/plugins/1.0;
> xmlns:android="http://schemas.android.com/apk/res/android;>
> Cells-mxsofttoken
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Given the following preference configuration and default values PROVIDED
> the resultant config.xml file inside res/xml/config.xml (android example) 
> contains all default values set to 'undefined'
> 
> 
> 
> 
> 



--
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