[jbosstools-issues] [JBoss JIRA] (JBIDE-15769) [Config Editor] Only Android parameters added to parameters table

Jeff MAURY (JIRA) issues at jboss.org
Wed Apr 18 12:14:11 EDT 2018


     [ https://issues.jboss.org/browse/JBIDE-15769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff MAURY updated JBIDE-15769:
-------------------------------
    Fix Version/s: 4.6.x
                       (was: 4.5.x)


> [Config Editor] Only Android parameters added to parameters table
> -----------------------------------------------------------------
>
>                 Key: JBIDE-15769
>                 URL: https://issues.jboss.org/browse/JBIDE-15769
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: aerogear-hybrid
>    Affects Versions: 4.1.1.Beta1
>            Reporter: Michelle Murray
>            Assignee: Gorkem Ercan
>             Fix For: 4.6.x
>
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> In Cordova Configuration Editor, Platform Properties mode:
> 1. Click Add for first features table (opens Cordova Plugin Discovery window)
> 2. Select check box for cordova item (e.g., org.apache.cordova.camera)
> 3. Click Next
> 4. Click Finish
> Outcomes:
> * "Camera" is added to feature table
> * "android-package" is added to parameter table
> * Following is added to file in config.xml mode
> {noformat}
> 	<feature name="Camera">
> 		<param name="android-package" value="org.apache.cordova.camera.CameraLauncher" />
> 		<param name="ios-package" value="CDVCamera" />
> 	</feature>
> {noformat}
> So looks like only the Android parameter is being added to the parameter table. Should the iOS parameter be automatically added to the parameter table too? 



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jbosstools-issues mailing list