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" } } }