mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
Merge pull request #2986 from ssilvert/RHSSO-253
KEYCLOAK-3240: No tooltip shown for Client Mapper Type
This commit is contained in:
commit
07ab632351
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user