Base solution for your next web application
Open Closed

GetEntityPropertyChanges in AuditLogAppService Never Returns #10537


User avatar
0
rickfrankel created

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version?
  • 10.3
  • What is your product type (Angular or MVC)?
  • Angular
  • What is product framework type (.net framework or .net core)?
  • .Net Core

The method GetEntityPropertyChanges in AuditLogAppService retrieved ALL audit log property changes before filtering to the ID it's after.

I've changed to var entityPropertyChanges = await _entityPropertyChangeRepository.GetAll() .Where(epc => epc.EntityChangeId == entityChangeId).ToListAsync();

In my project and it seems to still work perfetctly.

Thanks Rick


1 Answer(s)