You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Alexander Sorokin (JIRA)" <ji...@apache.org> on 2016/10/04 14:33:21 UTC

[jira] [Updated] (CB-11951) Plugin preference default value is not being saved to .json

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

Alexander Sorokin updated CB-11951:
-----------------------------------
    Description: 
Plugin preference default value is not being saved to <platform>.json

{noformat}
cordova create foo
cd foo
cordova platform add android
cordova plugin add cordova-plugin-ms-azure-mobile-engagement --variable AZME_ANDROID_CONNECTION_STRING=Endpoint=0;AppId=0;SdkKey=0 --variable AZME_ENABLE_PLUGIN_LOG=false
{noformat}

check out `./platforms/android/android.json` or `./pluguns/android.json`
it has the following lines:

{code}
"installed_plugins": {
        <...>
        "cordova-plugin-ms-azure-mobile-engagement": {
            "AZME_ENABLE_PLUGIN_LOG": "false",
            "AZME_ANDROID_GOOGLE_PROJECT_NUMBER": "null",
            "AZME_ANDROID_REACH_ICON": "icon",
            "AZME_ANDROID_CONNECTION_STRING": "Endpoint=0;AppId=0;SdkKey=0",
            "PACKAGE_NAME": "io.cordova.hellocordova"
        }
    },
{code}

You can see that "AZME_ENABLE_PLUGIN_LOG" is saved here, while "AZME_ENABLE_NATIVE_LOG" is not.

They both can be found in the plugin section of the  plugin's `plugin.xml` file:
https://github.com/Azure/azure-mobile-engagement-cordova/blob/master/plugin.xml#L29

Note that the Android-specific preferences have been saved correctly.

cordova@6.3.0 doesn't have this issue.

  was:
Plugin preference default value is not being saved to <platform>.json

{noformat}
cordova create foo
cd foo
cordova platform add android
cordova plugin add cordova-plugin-ms-azure-mobile-engagement --variable AZME_ANDROID_CONNECTION_STRING=Endpoint=0;AppId=0;SdkKey=0 --variable AZME_ENABLE_PLUGIN_LOG=false
{noformat}

check out `./platforms/android/android.json` or `./pluguns/android.json`
it has the following lines:

{code}
"installed_plugins": {
        <...>
        "cordova-plugin-ms-azure-mobile-engagement": {
            "AZME_ENABLE_PLUGIN_LOG": "false",
            "AZME_ANDROID_GOOGLE_PROJECT_NUMBER": "null",
            "AZME_ANDROID_REACH_ICON": "icon",
            "AZME_ANDROID_CONNECTION_STRING": "Endpoint=0;AppId=0;SdkKey=0",
            "PACKAGE_NAME": "io.cordova.hellocordova"
        }
    },
{code}

You can see that "AZME_ENABLE_PLUGIN_LOG" is saved here, while "AZME_ENABLE_NATIVE_LOG" is not.

They both can be found in the plugin section of the  plugin's `plugin.xml` file:
https://github.com/Azure/azure-mobile-engagement-cordova/blob/master/plugin.xml#L29

Note that the Android-specific preferences have been saved correctly.


> Plugin preference default value is not being saved to <platform>.json
> ---------------------------------------------------------------------
>
>                 Key: CB-11951
>                 URL: https://issues.apache.org/jira/browse/CB-11951
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 6.3.1
>         Environment: Windows 10 with anniversary update
>            Reporter: Alexander Sorokin
>
> Plugin preference default value is not being saved to <platform>.json
> {noformat}
> cordova create foo
> cd foo
> cordova platform add android
> cordova plugin add cordova-plugin-ms-azure-mobile-engagement --variable AZME_ANDROID_CONNECTION_STRING=Endpoint=0;AppId=0;SdkKey=0 --variable AZME_ENABLE_PLUGIN_LOG=false
> {noformat}
> check out `./platforms/android/android.json` or `./pluguns/android.json`
> it has the following lines:
> {code}
> "installed_plugins": {
>         <...>
>         "cordova-plugin-ms-azure-mobile-engagement": {
>             "AZME_ENABLE_PLUGIN_LOG": "false",
>             "AZME_ANDROID_GOOGLE_PROJECT_NUMBER": "null",
>             "AZME_ANDROID_REACH_ICON": "icon",
>             "AZME_ANDROID_CONNECTION_STRING": "Endpoint=0;AppId=0;SdkKey=0",
>             "PACKAGE_NAME": "io.cordova.hellocordova"
>         }
>     },
> {code}
> You can see that "AZME_ENABLE_PLUGIN_LOG" is saved here, while "AZME_ENABLE_NATIVE_LOG" is not.
> They both can be found in the plugin section of the  plugin's `plugin.xml` file:
> https://github.com/Azure/azure-mobile-engagement-cordova/blob/master/plugin.xml#L29
> Note that the Android-specific preferences have been saved correctly.
> cordova@6.3.0 doesn't have this issue.



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