[
https://issues.apache.org/jira/browse/BROOKLYN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608052#comment-14608052
]
ASF GitHub Bot commented on BROOKLYN-132:
-----------------------------------------
Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/727#discussion_r33557131
--- 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 --
it's not the version of the actual *application* -- it's the version of the
blueprint -- so this wording would be confusing.
i suggest leave as it was, simplify -- we don't always show version, and if
we do it's obvious enough what it is. in time we could have a hover-help if
it's an issue.
> 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)