From e13fc3ec06368e94daffd8cd2290a3f763744cd7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ana=C3=ABl=20Closson?= Date: Wed, 27 Sep 2017 14:41:12 +0200 Subject: [PATCH] Fix fields not restored on tca open MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I18bb36d7df0aa982f941c9153a86ab17a48f4295 Issue-ID: CLAMP-58 Signed-off-by: Anaël Closson --- .../resources/designer/partials/portfolios/tca_properties.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); -- 2.16.6