Remove parsing of short into integer (#14721)
This commit is contained in:
@@ -78,7 +78,7 @@ internal static class UserGroupFactory
|
||||
|
||||
if (entity.HasIdentity)
|
||||
{
|
||||
dto.Id = short.Parse(entity.Id.ToString());
|
||||
dto.Id = entity.Id;
|
||||
}
|
||||
|
||||
return dto;
|
||||
|
||||
Reference in New Issue
Block a user