You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the collection of child entities of the aggregate root always save the entity changes. AbpAuditingOptions.EntityHistorySelectors does not have any configuration, and the entity does not have the [Audited] attribute.
Is there an existing issue for this?
Description
Update the collection of child entities of the aggregate root always save the entity changes.
AbpAuditingOptions.EntityHistorySelectors
does not have any configuration, and the entity does not have the[Audited]
attribute.Reproduction Steps
Full code: JadynWong/AbpIssue@dbb60e1
Run the
EfCoreBookAppServiceTests
unit test.AppEntityWithNavigations
to Domain layer and configure efcore dbcontext.AbpEntityChanges
table.Expected behavior
AbpEntityChanges
table should be empty.Actual behavior
AbpEntityChanges
table has same aggregate root update records.Regression?
No response
Known Workarounds
No response
Version
8.0.1
User Interface
Common (Default)
Database Provider
EF Core (Default)
Tiered or separate authentication server
None (Default)
Operation System
Windows (Default)
Other information
Please check this method, it causes this problem.
abp/framework/src/Volo.Abp.EntityFrameworkCore/Volo/Abp/EntityFrameworkCore/EntityHistory/EntityHistoryHelper.cs
Lines 223 to 257 in 061ce68
The text was updated successfully, but these errors were encountered: