Browse Source

Instantiate AuditLogInfo.Comments in the ctor.

pull/395/head
Halil ibrahim Kalkan 8 years ago
parent
commit
1fec81094e
  1. 1
      framework/src/Volo.Abp.Auditing/Volo/Abp/Auditing/AuditLogInfo.cs

1
framework/src/Volo.Abp.Auditing/Volo/Abp/Auditing/AuditLogInfo.cs

@ -48,6 +48,7 @@ namespace Volo.Abp.Auditing
Exceptions = new List<Exception>();
ExtraProperties = new Dictionary<string, object>();
EntityChanges = new List<EntityChangeInfo>();
Comments = new List<string>();
}
public override string ToString()

Loading…
Cancel
Save