From 5715805c2921901df923310a8bd97e8e989cddc8 Mon Sep 17 00:00:00 2001 From: Vladimir Mikhaylenko Date: Fri, 7 Jun 2024 11:14:48 +0200 Subject: [PATCH] Fix the wrong precondition in the list --- java/change-tracking.md | 1 - 1 file changed, 1 deletion(-) diff --git a/java/change-tracking.md b/java/change-tracking.md index 420b1b1ee..c9b550920 100644 --- a/java/change-tracking.md +++ b/java/change-tracking.md @@ -32,7 +32,6 @@ To use the change tracking feature, you need to add a dependency to [cds-feature Your POM must also include the goal to resolve the CDS model delivered from the feature. See [Reference the New CDS Model in an Existing CAP Java Project](/java/building-plugins#reference-the-new-cds-model-in-an-existing-cap-java-project). -For the UI part, you also need to enable the [On-the-fly Localization of EDMX](/releases/archive/2023/dec23#on-the-fly-localization-of-edmx). - For the UI part, you also need to enable the [On-the-fly Localization of EDMX](/releases/archive/2023/dec23#on-the-fly-localization-of-edmx). - If you use SAP Fiori elements as your UI framework and intend to use the built-in UI, update your SAP UI5 version to 1.121.2 or higher.