aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
index f928f4ec1..dcbf3e6ef 100755
--- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
+++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/InstantiationController.js
@@ -236,7 +236,7 @@
});
DataService.setSubscriberName(serviceObject[FIELD.ID.SUBSCRIBER_NAME]);
- DataService.setServiceType(serviceObject[FIELD.ID.SERVICE_TYPE]);
+ DataService.setServiceType(serviceObject[COMPONENT.SERVICE_TYPE]);
DataService.setServiceInstanceId(serviceInstance[FIELD.ID.SERVICE_INSTANCE_ID]);
DataService.setGlobalCustomerId(serviceObject[COMPONENT.GLOBAL_CUSTOMER_ID]);
@@ -366,6 +366,7 @@
var vnfModelVersion = null;
var vnfModelCustomizationUuid = null;
var vnfModel = null;
+ var vnfModelVersionId = null;
vnfModelInvariantUuid = vnf.object[FIELD.ID.MODEL_INVAR_ID];
vnfModelVersionId = vnf.object[FIELD.ID.MODEL_VERSION_ID];
@@ -435,6 +436,7 @@
var vnfModelVersion = null;
var vnfModelCustomizationUuid = null;
var vnfModel = null;
+ var vnfModelVersionId = null;
vnfModelInvariantUuid = vnf.object[FIELD.ID.MODEL_INVAR_ID];
vnfModelVersionId = vnf.object[FIELD.ID.MODEL_VERSION_ID];