Skip to content

Commit

Permalink
Update abp-8-3.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EngincanV authored Oct 28, 2024
1 parent 4ab4d3c commit d587718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/release-info/migration-guides/abp-8-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ However, notice this package is used by the `@abp/aspnetcore.mvc.ui.theme.shared

See the PR for more info: https://github.com/abpframework/abp/pull/19340

### ApplyAbpConcepts to entities whose navigation property changed
### `ApplyAbpConcepts` to Entities Whose Navigation Properties Changed

In this version, We will update the entity's `EntityVersion`, `ModificationAuditProperties` and `ConcurrencyStamp` if its navigation property changes.
In this version, we have started updating entities' `EntityVersion`, `ModificationAuditProperties`, and `ConcurrencyStamp` properties whenever their navigation property changes. Normally, this should not affect your code, however, you may need to fix your tests or codebase for this change. Please see [#20012](https://github.com/abpframework/abp/pull/20012#issuecomment-2438383059) for more information.

### Angular UI

Expand Down

0 comments on commit d587718

Please sign in to comment.