diff options
Diffstat (limited to 'ecomp-portal-FE-os/client/src')
3 files changed, 3 insertions, 6 deletions
diff --git a/ecomp-portal-FE-os/client/src/services/recommendation/recommendation.service.js b/ecomp-portal-FE-os/client/src/services/recommendation/recommendation.service.js index 4df4e394..2fe1d80f 100644 --- a/ecomp-portal-FE-os/client/src/services/recommendation/recommendation.service.js +++ b/ecomp-portal-FE-os/client/src/services/recommendation/recommendation.service.js @@ -17,8 +17,5 @@ * limitations under the License. * ================================================================================ */ -/** - * Created by wl849v on 12/14/2016. - */ /*As Recommendation code belongs to internal use Just kept an empty file in order to avoid 404 errors in the browser console */
\ No newline at end of file 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'); diff --git a/ecomp-portal-FE-os/client/src/views/search/search.tpl.html b/ecomp-portal-FE-os/client/src/views/search/search.tpl.html index a08d0aa6..d3f5a9e7 100644 --- a/ecomp-portal-FE-os/client/src/views/search/search.tpl.html +++ b/ecomp-portal-FE-os/client/src/views/search/search.tpl.html @@ -35,7 +35,7 @@ <div id="reg-header-snippet"> <div tabindex="0" class="reg-profileDetails" id="reg-searchPop-id"> - <div id="contentVertical" att-scrollbar="y" + <div id="contentVertical" class="ng-scope vertical" style="position: relative;"> <ul class="searchUl"> <li><a class="icon-tiles"></a> <a id="search-app-title" |