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

ASF GitHub Bot commented on BROOKLYN-132:
-----------------------------------------

Github user tbouron commented on a diff in the pull request:

    https://github.com/apache/incubator-brooklyn/pull/727#discussion_r33557476
  
    --- Diff: 
usage/jsgui/src/main/webapp/assets/js/view/application-add-wizard.js ---
    @@ -105,15 +109,15 @@ define([
                                   step_id:'what-app',
                                   title:'Create Application',
                                   instructions:'Choose or build the 
application to deploy',
    -                              view:new ModalWizard.StepCreate({ 
model:this.model, wizard: this })
    +                              view:new ModalWizard.StepCreate({ 
model:this.model, wizard: this, catalog: this.catalog })
                               },
                               {
                                   // TODO rather than make this another step 
-- since we now on preview revert to the yaml tab
                                   // this should probably be shown in the 
catalog tab, replacing the other contents.
                                   step_id:'name-and-locations',
                                   title:'<%= appName %>',
    -                              instructions:'Specify the locations to 
deploy to and any additional configuration',
    -                              view:new ModalWizard.StepDeploy({ 
model:this.model })
    +                              instructions:'Specify the application 
version, locations to deploy to and any additional configuration',
    --- End diff --
    
    True, I'll revert that to what it was.


> Web console add-app wizard should not present more than one version of a 
> blueprint
> ----------------------------------------------------------------------------------
>
>                 Key: BROOKLYN-132
>                 URL: https://issues.apache.org/jira/browse/BROOKLYN-132
>             Project: Brooklyn
>          Issue Type: Bug
>            Reporter: Sam Corbett
>         Attachments: ss1.png
>
>
> The "Add application" wizard in Brooklyn's web console presents all versions 
> of catalogue items with the same id. Instead it should collapse them and 
> allow a version to be selected alongside the location of the deployment.



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

Reply via email to