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)
-
0
Hi @rickfrankel
Thanks, this is fixed via https://github.com/aspnetzero/aspnet-zero-core/pull/4016