From: Bartosz Gardziejewski Date: Mon, 8 Jul 2019 11:08:12 +0000 (+0200) Subject: GUI for error reporting - fixing service uuid sorce X-Git-Tag: 5.0.0~40^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=69ba307344407efe63118f5c3203c92096f7abe9;p=vid.git GUI for error reporting - fixing service uuid sorce Change-Id: Ia68636d7c5be943124b10ecfbc4641ab8bf53de0 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski --- diff --git a/vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js b/vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js index a5c038830..e4c75fbe7 100755 --- a/vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js +++ b/vid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js @@ -75,7 +75,7 @@ var msoCommitController = function(COMPONENT, FIELD, $scope, $http, $timeout, $w $scope.showReportWindow = function() { let requestInfo = {}; requestInfo.requestId = _this.requestId; - requestInfo.serviceUuid = $scope.instanceId; + requestInfo.serviceUuid = $scope.service.model.service.uuid; const modalWindow = $uibModal.open({ templateUrl: 'app/vid/scripts/modals/report-modal/report-modal.html',