From 5fc3462b24fe45bb2d17eb9651eac30ac8b39b28 Mon Sep 17 00:00:00 2001 From: "Dr. David A. Kunz" Date: Mon, 28 Apr 2025 17:18:55 +0200 Subject: [PATCH] still to do: orders --- fiori/app/admin-books/webapp/manifest.json | 6 +++--- fiori/app/browse/webapp/manifest.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fiori/app/admin-books/webapp/manifest.json b/fiori/app/admin-books/webapp/manifest.json index 2c8c7b60..b4e41311 100644 --- a/fiori/app/admin-books/webapp/manifest.json +++ b/fiori/app/admin-books/webapp/manifest.json @@ -106,7 +106,7 @@ "name": "sap.fe.templates.ObjectPage", "options": { "settings" : { - "entitySet" : "Books", + "contextPath" : "/Books", "navigation" : { "Authors" : { "detail" : { @@ -123,7 +123,7 @@ "name": "sap.fe.templates.ObjectPage", "options": { "settings" : { - "entitySet" : "Authors" + "contextPath" : "/Authors" } } } @@ -142,4 +142,4 @@ "registrationIds": [], "archeType": "transactional" } -} \ No newline at end of file +} diff --git a/fiori/app/browse/webapp/manifest.json b/fiori/app/browse/webapp/manifest.json index 2fcf7676..09f7afc2 100644 --- a/fiori/app/browse/webapp/manifest.json +++ b/fiori/app/browse/webapp/manifest.json @@ -99,7 +99,7 @@ "name": "sap.fe.templates.ListReport", "options": { "settings": { - "entitySet": "Books", + "contextPath": "/Books", "initialLoad": true, "navigation": { "Books": { @@ -117,7 +117,7 @@ "name": "sap.fe.templates.ObjectPage", "options": { "settings": { - "entitySet": "Books" + "contextPath": "/Books" } } }