aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src
diff options
context:
space:
mode:
authorWojciech Sliwka <wojciech.sliwka@nokia.com>2019-07-09 06:27:56 +0000
committerGerrit Code Review <gerrit@onap.org>2019-07-09 06:27:56 +0000
commitbca63fbeada8e1588c0798af1c83390878f18508 (patch)
tree48830a19785d0efb9868413b5ff7304e1def3447 /vid-app-common/src
parentd7192595536591a764afbdf159f68509b6b20bae (diff)
parent69ba307344407efe63118f5c3203c92096f7abe9 (diff)
Merge "GUI for error reporting - fixing service uuid sorce"
Diffstat (limited to 'vid-app-common/src')
-rwxr-xr-xvid-app-common/src/main/webapp/app/vid/scripts/controller/msoCommitController.js2
1 files changed, 1 insertions, 1 deletions
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',