From 5d9669e5a62174809cbcc77384a12db52bc0893b Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Thu, 30 Jun 2016 13:10:47 -0400 Subject: [PATCH] RHSSO-253: No tooltip shown for Client Mapper Type --- .../theme/base/admin/resources/js/controllers/clients.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js b/themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js index a5c229af2c..ac88ae65ac 100755 --- a/themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js +++ b/themes/src/main/resources/theme/base/admin/resources/js/controllers/clients.js @@ -1699,6 +1699,8 @@ module.controller('ClientProtocolMapperCreateCtrl', function($scope, realm, serv changed: false, mapperTypes: serverInfo.protocolMapperTypes[protocol] } + + $scope.model.mapperType = $scope.model.mapperTypes[0]; $scope.$watch(function() { return $location.path(); @@ -1963,6 +1965,8 @@ module.controller('ClientTemplateProtocolMapperCreateCtrl', function($scope, rea changed: false, mapperTypes: serverInfo.protocolMapperTypes[protocol] } + + $scope.model.mapperType = $scope.model.mapperTypes[0]; $scope.$watch(function() { return $location.path();