X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-FE-os%2Fclient%2Fsrc%2Fviews%2Fapplications%2Fapplication-details-dialog%2Fapplication-details.controller.js;h=689329f5a477d180d18efd3a7731e238ee60566f;hb=23634dba70b166ad3c79b5eadfbd32b5375d44be;hp=550b9faf6080d8c4cd4b21af655d74be63faba2c;hpb=4ba6a0f20a190030700917a6065a6779ca9d308f;p=portal.git diff --git a/ecomp-portal-FE-os/client/src/views/applications/application-details-dialog/application-details.controller.js b/ecomp-portal-FE-os/client/src/views/applications/application-details-dialog/application-details.controller.js index 550b9faf..689329f5 100644 --- a/ecomp-portal-FE-os/client/src/views/applications/application-details-dialog/application-details.controller.js +++ b/ecomp-portal-FE-os/client/src/views/applications/application-details-dialog/application-details.controller.js @@ -116,8 +116,8 @@ userProfileService.getUserProfile() .then(profile=> { // $log.info(profile); - $scope.orgUserId = profile.attuid; - $log.debug('AppDetailsModalCtrl:emptyCookies for the following attuid: ' + profile.attuid); + $scope.orgUserId = profile.orgUserId; + $log.debug('AppDetailsModalCtrl:emptyCookies for the following orgUserId: ' + profile.orgUserId); if ($cookies.getObject($scope.orgUserId + '_apps') != undefined && $cookies.getObject($scope.orgUserId + '_apps') != null) { $cookies.remove($scope.orgUserId + '_apps'); $log.debug('AppDetailsModalCtrl:emptyCookies removed: ' + $scope.orgUserId + '_apps');