KEYCLOAK-2742

Broken navigation links while creating/editing a Client Mapper
This commit is contained in:
Stian Thorgersen 2016-04-04 15:17:15 +02:00
parent 571a4389e9
commit 9299591272

View file

@ -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';
}