abpframework / abpframework/abp

Entity history is not always recorded

Open
#11,682 34 comments 0 reactions 1 assignee View on GitHub

@maliming is already working on this.

Since Mar 25, 2022.

problem
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.