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:45:35 -03:00 committed by GitHub
parent 9b9f1bfe8c
commit 0a05348ab6
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);
await save(
{ attributes, groups },
{ ...config, attributes, groups },
{
successMessageKey: "updatedUserProfileSuccess",
errorMessageKey: "updatedUserProfileError",