aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnaël Closson <ac2550@intl.att.com>2017-09-28 17:44:45 +0200
committerAnaël Closson <ac2550@intl.att.com>2017-09-28 17:46:20 +0200
commitd42c01fdb170ecd68bed56c6d065c2774930da12 (patch)
tree684024988fafc6249b5ca4e90703d7b66d4aeaba
parent237ec8e16c0b01941739bcd1822333cb839156b5 (diff)
TCA Window initialization not possible anymore
Change-Id: I56750cebf5345f89eb11158c0cbd6325d83a283e Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson <ac2550@intl.att.com>
-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