mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -03:30
KEYCLOAK-2742
Broken navigation links while creating/editing a Client Mapper
This commit is contained in:
parent
571a4389e9
commit
9299591272
@ -1873,7 +1873,7 @@ module.controller('ClientTemplateProtocolMapperListCtrl', function($scope, realm
|
||||
});
|
||||
|
||||
module.controller('ClientTemplateProtocolMapperCtrl', function($scope, realm, serverInfo, template, mapper, ClientTemplateProtocolMapper, Notifications, Dialog, $location) {
|
||||
|
||||
$scope.realm = realm;
|
||||
if (template.protocol == null) {
|
||||
template.protocol = 'openid-connect';
|
||||
}
|
||||
@ -1940,6 +1940,7 @@ module.controller('ClientTemplateProtocolMapperCtrl', function($scope, realm, se
|
||||
});
|
||||
|
||||
module.controller('ClientTemplateProtocolMapperCreateCtrl', function($scope, realm, serverInfo, template, ClientTemplateProtocolMapper, Notifications, Dialog, $location) {
|
||||
$scope.realm = realm;
|
||||
if (template.protocol == null) {
|
||||
template.protocol = 'openid-connect';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user