[
https://issues.apache.org/jira/browse/BROOKLYN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14608054#comment-14608054
]
ASF GitHub Bot commented on BROOKLYN-132:
-----------------------------------------
Github user sjcorbett commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/727#discussion_r33557378
--- Diff:
usage/jsgui/src/main/webapp/assets/tpl/app-add-wizard/deploy-version-option.html
---
@@ -0,0 +1,23 @@
+
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements. See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership. The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License. You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied. See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
+<option value="<%= version %>">
+ <span class="provider"><%= version %></span>
--- End diff --
Versions can come from humans so both of these should be escaped with `<%-
.. %>`.
> 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)