KEYCLOAK-5286: js error on save in client/mappers/details screen (#4409)
This commit is contained in:
parent
eb5a5023c6
commit
010dd5709c
1 changed files with 1 additions and 1 deletions
|
@ -1803,7 +1803,7 @@ module.controller('ClientProtocolMapperCtrl', function($scope, realm, serverInfo
|
|||
ClientProtocolMapper.update({
|
||||
realm : realm.realm,
|
||||
client: client.id,
|
||||
id : mapper.id
|
||||
id : $scope.model.mapper.id
|
||||
}, $scope.model.mapper, function() {
|
||||
$scope.model.changed = false;
|
||||
mapper = angular.copy($scope.mapper);
|
||||
|
|
Loading…
Reference in a new issue