RHSSO-253: No tooltip shown for Client Mapper Type
This commit is contained in:
parent
bc82f18acb
commit
5d9669e5a6
1 changed files with 4 additions and 0 deletions
|
@ -1700,6 +1700,8 @@ module.controller('ClientProtocolMapperCreateCtrl', function($scope, realm, serv
|
||||||
mapperTypes: serverInfo.protocolMapperTypes[protocol]
|
mapperTypes: serverInfo.protocolMapperTypes[protocol]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.model.mapperType = $scope.model.mapperTypes[0];
|
||||||
|
|
||||||
$scope.$watch(function() {
|
$scope.$watch(function() {
|
||||||
return $location.path();
|
return $location.path();
|
||||||
}, function() {
|
}, function() {
|
||||||
|
@ -1964,6 +1966,8 @@ module.controller('ClientTemplateProtocolMapperCreateCtrl', function($scope, rea
|
||||||
mapperTypes: serverInfo.protocolMapperTypes[protocol]
|
mapperTypes: serverInfo.protocolMapperTypes[protocol]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$scope.model.mapperType = $scope.model.mapperTypes[0];
|
||||||
|
|
||||||
$scope.$watch(function() {
|
$scope.$watch(function() {
|
||||||
return $location.path();
|
return $location.path();
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
Loading…
Reference in a new issue