KEYCLOAK-5935: No success msg on client role add/remove
This commit is contained in:
parent
e4a91c0706
commit
a719b73808
1 changed files with 2 additions and 0 deletions
|
@ -854,6 +854,7 @@ function roleControl($scope, realm, role, roles, clients,
|
|||
}
|
||||
}
|
||||
$scope.selectedClientRoles = [];
|
||||
Notifications.success("Client role added.");
|
||||
});
|
||||
};
|
||||
|
||||
|
@ -870,6 +871,7 @@ function roleControl($scope, realm, role, roles, clients,
|
|||
}
|
||||
}
|
||||
$scope.selectedClientMappings = [];
|
||||
Notifications.success("Client role removed.");
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue