From: kurczews Date: Wed, 29 Aug 2018 08:24:50 +0000 (+0200) Subject: Fix correlation Id field X-Git-Tag: 3.0.0~25 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b85bc976a4bfbe0b96555ee5b80e6dccb67119cc;p=sandbox-vid.git Fix correlation Id field Change-Id: I5b1412c22e3ba5cc075ef5b0d3cabbad6cd193f2 Issue-ID: VID-297 Signed-off-by: kurczews --- diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js index c85e8652..89660fb1 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/ServiceModelController.js @@ -187,6 +187,7 @@ "category":serviceModel.service.category }); DataService.setALaCarte (true); + DataService.setPnf(!angular.equals(serviceModel.pnfs, {})); $scope.createType = COMPONENT.A_LA_CARTE; var broadcastType = COMPONENT.CREATE_COMPONENT; if (AsdcService.isMacro(serviceModel)) {