diff options
author | Anaël Closson <ac2550@intl.att.com> | 2017-09-28 17:44:45 +0200 |
---|---|---|
committer | Anaël Closson <ac2550@intl.att.com> | 2017-09-28 17:46:20 +0200 |
commit | d42c01fdb170ecd68bed56c6d065c2774930da12 (patch) | |
tree | 684024988fafc6249b5ca4e90703d7b66d4aeaba | |
parent | 237ec8e16c0b01941739bcd1822333cb839156b5 (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.html | 5 |
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 238e37ad5..546909ab2 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 |