Fixed issue with saving member groups, that was not persisted, if only the member groups was changed. (#12905)
This commit is contained in:
@@ -794,6 +794,7 @@ public class MemberUserStore : UmbracoUserStore<MemberIdentityUser, UmbracoIdent
|
||||
|
||||
if (identityUser.IsPropertyDirty(nameof(MemberIdentityUser.Roles)))
|
||||
{
|
||||
anythingChanged = true;
|
||||
updateRoles = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user