Issue-Id: GSO-88 Fix substitution error
authorLuji7 <lu.ji3@zte.com.cn>
Thu, 3 Nov 2016 07:49:58 +0000 (15:49 +0800)
committerLuji7 <lu.ji3@zte.com.cn>
Thu, 3 Nov 2016 07:49:58 +0000 (15:49 +0800)
Change-Id: Iadd52b9adbd32a6921612351171e4c90ac1debd9
Signed-off-by: Luji7 <lu.ji3@zte.com.cn>
openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/gsolcm.js

index ee9ae62..265ecd1 100644 (file)
@@ -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(