diff options
author | jin xin <j00101220@huawei.com> | 2016-11-03 07:54:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-11-03 07:54:23 +0000 |
commit | 7d4c7b5b2da2b006ff21a97f17be3fa31fe8048f (patch) | |
tree | 3d17731bf8abacf155fe2c2631a0dcc05fc2202d /openo-portal | |
parent | 9730bb60742e17d4880716922541ddb2a589d638 (diff) | |
parent | b0f4a4f377d66619a9a5c45643fdd0ca0bc5ebc7 (diff) |
Merge "Issue-Id: GSO-88 Fix substitution error" into sun
Diffstat (limited to 'openo-portal')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js | 2 |
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( |