Ordering attributes will unset the unmanaged attribute policy

Closes #44010

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
This commit is contained in:
Pedro Igor 2025-11-11 09:46:12 -03:00 committed by GitHub
parent eb10072d53
commit ac227ca956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,7 +140,7 @@ export const AttributesTab = ({ setTableData }: AttributesTabProps) => {
attributes.splice(newIndex, 0, movedAttribute);
save(
{ attributes, groups },
{ ...config, attributes, groups },
{
successMessageKey: "updatedUserProfileSuccess",
errorMessageKey: "updatedUserProfileError",