0
coskunkula created
- ABP Framework version: v7.2.2
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
Hello, I created a blazor server project using abp suite. To start with, I created only one entity. When I add, a log record is created, but when I update, no log record is created. Do I need to make any adjustments?
3 Answer(s)
-
0
Did you check https://docs.abp.io/en/abp/latest/Audit-Logging#entity-history-selectors ?
Can you share the audit configuration for your entity?
-
0
Yes, I have tried everything described here. When I update using swagger, the log is created, but when I do it from the blazor interface, it does not.
-
0
Unfortunately there is a problem, currently in blazor serverside that causes audit logging not working correctly.
We already have an issue open for this at github. You can check its state here: https://github.com/abpframework/abp/issues/11682