From d587718a076468f7d438ccbaa7c9e582b0290d01 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Mon, 28 Oct 2024 09:48:03 +0300 Subject: [PATCH] Update abp-8-3.md --- docs/en/release-info/migration-guides/abp-8-3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/release-info/migration-guides/abp-8-3.md b/docs/en/release-info/migration-guides/abp-8-3.md index 5105e9790d..85d67e5f1e 100644 --- a/docs/en/release-info/migration-guides/abp-8-3.md +++ b/docs/en/release-info/migration-guides/abp-8-3.md @@ -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