From: Anaël Closson Date: Wed, 27 Sep 2017 12:41:12 +0000 (+0200) Subject: Fix fields not restored on tca open X-Git-Tag: v1.1.0~55 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=clamp.git;a=commitdiff_plain;h=e13fc3ec06368e94daffd8cd2290a3f763744cd7 Fix fields not restored on tca open Change-Id: I18bb36d7df0aa982f941c9153a86ab17a48f4295 Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson --- 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 49d05b19..cfb4432d 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 @@ -360,7 +360,9 @@ $("#formId" + num + " #tcaTable").prepend("" +arr[x][i]["serviceConfigurations"][j][0]+" " +(Object.keys(defaults_props['tca']['operator']).find(key => defaults_props['tca']['operator'][key] == (arr[x][i]["serviceConfigurations"][j][1])))+ " " - +arr[x][i]["serviceConfigurations"][j][2]+""); + +arr[x][i]["serviceConfigurations"][j][2]+" " + +arr[x][i]["serviceConfigurations"][j][3]+" " + +arr[x][i]["serviceConfigurations"][j][4]+""); } } else { $("#formId" + num + " #"+arr[x][i].name).val(arr[x][i].value);