summaryrefslogtreecommitdiffstats
path: root/openo-portal/portal-lifecyclemgr
diff options
context:
space:
mode:
authorLuji7 <lu.ji3@zte.com.cn>2016-11-03 15:49:58 +0800
committerLuji7 <lu.ji3@zte.com.cn>2016-11-03 15:49:58 +0800
commitb0f4a4f377d66619a9a5c45643fdd0ca0bc5ebc7 (patch)
tree52dda18424e485b32cbb37ecef7bea1d775dd2b9 /openo-portal/portal-lifecyclemgr
parentfa92c703fe15864a83aa01652a184c1bc8529d8b (diff)
Issue-Id: GSO-88 Fix substitution error
Change-Id: Iadd52b9adbd32a6921612351171e4c90ac1debd9 Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js2
1 files changed, 1 insertions, 1 deletions
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(