Fixed issue with saving member groups, that was not persisted, if only the member groups was changed. (#12905)

This commit is contained in:
Bjarke Berg
2022-08-25 12:31:10 +02:00
committed by GitHub
parent 439878883a
commit 8f6e28e0ad

View File

@@ -794,6 +794,7 @@ public class MemberUserStore : UmbracoUserStore<MemberIdentityUser, UmbracoIdent
if (identityUser.IsPropertyDirty(nameof(MemberIdentityUser.Roles)))
{
anythingChanged = true;
updateRoles = true;
}