Merge remote-tracking branch 'origin/release/11.5' into v11/dev

This commit is contained in:
Bjarke Berg
2023-08-28 11:36:56 +02:00

View File

@@ -78,7 +78,7 @@ internal static class UserGroupFactory
if (entity.HasIdentity)
{
dto.Id = short.Parse(entity.Id.ToString());
dto.Id = entity.Id;
}
return dto;