mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-10 15:32:05 -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
eb10072d53
commit
ac227ca956
@ -140,7 +140,7 @@ export const AttributesTab = ({ setTableData }: AttributesTabProps) => {
|
||||
attributes.splice(newIndex, 0, movedAttribute);
|
||||
|
||||
save(
|
||||
{ attributes, groups },
|
||||
{ ...config, attributes, groups },
|
||||
{
|
||||
successMessageKey: "updatedUserProfileSuccess",
|
||||
errorMessageKey: "updatedUserProfileError",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user