abpframework / abpframework/abp
Entity history is not always recorded
@maliming is already working on this.
Since Mar 25, 2022.
- Dominant language
- C#
- Stars
- 14.4k
- Forks
- 3.7k
- Avg merge
- 15h 32m
- Merged PRs (30d)
- 106
Description
- ABP Framework version 5.1.3.
- User Interface Blazor Server
- database provider EF Core
Hi!
I am using the history of entities, the project currently started in version 4.3, migrated to 4.4 and finally to version 5.1.3
When the project updated to version 5.1.3 the entity history started to fail.
After doing some tests I have been able to notice the following.
The next HubFilter on this line there is nothing UI action (auditingManager.Current.Log.Actions).
Continuing with the tests that I have carried out, I have noticed that it is possibly a concurrency problem when generating the scope of auditingManager and registering the action in the AuditingInterceptor.cs class.
Unfortunately I couldn't solve the problem.
Any idea how I could fix this?.
Thank you very much
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.