From: Luji7 Date: Thu, 3 Nov 2016 07:49:58 +0000 (+0800) Subject: Issue-Id: GSO-88 Fix substitution error X-Git-Tag: release/sun~4^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b0f4a4f377d66619a9a5c45643fdd0ca0bc5ebc7;p=vnfsdk%2Frefrepo.git Issue-Id: GSO-88 Fix substitution error Change-Id: Iadd52b9adbd32a6921612351171e4c90ac1debd9 Signed-off-by: Luji7 --- diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js index ee9ae621..265ecd12 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js @@ -148,7 +148,7 @@ function fetchServiceTemplateBy(templateId) { template.name = response.templateName; template.gsarId = response.csarId; template.id = response.id; - template.nodeType = response.substitution.nodeType; + template.nodeType = ''; return fetchCsar(template.gsarId); } ).then(