aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSébastien Determe <sd378r@intl.att.com>2017-09-28 15:54:14 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-28 15:54:14 +0000
commit0554d6ae253417f96f3ccdeb4e2b3759875f3bfe (patch)
treecb716a884e9501a2aad1e21f4c8c6b896eec157c /src
parent41aeed89c91701a71327f4cbe78189a06fcc3d21 (diff)
parentd42c01fdb170ecd68bed56c6d065c2774930da12 (diff)
Merge "TCA Window initialization not possible anymore"
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/META-INF/resources/designer/partials/portfolios/tca_properties.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/resources/designer/partials/portfolios/tca_properties.html b/src/main/resources/META-INF/resources/designer/partials/portfolios/tca_properties.html
index 238e37ad..546909ab 100644
--- a/src/main/resources/META-INF/resources/designer/partials/portfolios/tca_properties.html
+++ b/src/main/resources/META-INF/resources/designer/partials/portfolios/tca_properties.html
@@ -353,7 +353,10 @@
$('#go_properties_tab'+num).text($('#formId' +num+ ' #tname').val());
$("#formId"+num + " #properties_tab").invisible();
}
- }
+ } else {
+ var count = add_one_more();
+ generateTUUID(count);
+ }
$("#savePropsBtn").click(function(event) {
var num = 1