KEYCLOAK-2742
Broken navigation links while creating/editing a Client Mapper
This commit is contained in:
parent
571a4389e9
commit
9299591272
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue