Browse Source
Merge pull request #25561 from abpframework/auto-merge/rel-10-4/4617
Merge branch rel-10.5 with rel-10.4
pull/25563/head
Volosoft Agent
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
modules/audit-logging/src/Volo.Abp.AuditLogging.Domain/Volo/Abp/AuditLogging/EntityChange.cs
|
|
|
@ -47,7 +47,7 @@ public class EntityChange : Entity<Guid>, IMultiTenant, IHasExtraProperties |
|
|
|
ChangeTime = entityChangeInfo.ChangeTime; |
|
|
|
ChangeType = entityChangeInfo.ChangeType; |
|
|
|
EntityTenantId = entityChangeInfo.EntityTenantId; |
|
|
|
EntityId = entityChangeInfo.EntityId.Truncate(EntityChangeConsts.MaxEntityTypeFullNameLength); |
|
|
|
EntityId = entityChangeInfo.EntityId.Truncate(EntityChangeConsts.MaxEntityIdLength); |
|
|
|
EntityTypeFullName = entityChangeInfo.EntityTypeFullName.TruncateFromBeginning(EntityChangeConsts.MaxEntityTypeFullNameLength); |
|
|
|
|
|
|
|
PropertyChanges = entityChangeInfo |
|
|
|
|