mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 23:12:06 -03:30
Ordering attributes will unset the unmanaged attribute policy
Closes #44010 Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
parent
9b9f1bfe8c
commit
0a05348ab6
@ -140,7 +140,7 @@ export const AttributesTab = ({ setTableData }: AttributesTabProps) => {
|
||||
attributes.splice(newIndex, 0, movedAttribute);
|
||||
|
||||
await save(
|
||||
{ attributes, groups },
|
||||
{ ...config, attributes, groups },
|
||||
{
|
||||
successMessageKey: "updatedUserProfileSuccess",
|
||||
errorMessageKey: "updatedUserProfileError",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user