diff --git a/app/admin/webapp/manifest.json b/app/admin/webapp/manifest.json index 4225597f..ec537b62 100644 --- a/app/admin/webapp/manifest.json +++ b/app/admin/webapp/manifest.json @@ -86,7 +86,7 @@ "name": "sap.fe.templates.ListReport", "options": { "settings" : { - "entitySet" : "Books", + "contextPath" : "/Books", "navigation" : { "Books" : { "detail" : { @@ -113,7 +113,8 @@ "name": "sap.fe.templates.ObjectPage", "options": { "settings" : { - "entitySet" : "Books", + "contextPath" : "/Books", + "editableHeaderContent": false, "navigation" : { "Authors" : { "detail" : { @@ -130,7 +131,7 @@ "name": "sap.fe.templates.ObjectPage", "options": { "settings" : { - "entitySet" : "Authors" + "contextPath" : "/Authors" } } } diff --git a/app/common.cds b/app/common.cds index 841c223d..dfd16a60 100644 --- a/app/common.cds +++ b/app/common.cds @@ -52,7 +52,7 @@ annotate my.Books with TypeImageUrl : 'sap-icon://course-book', Title : {Value : title}, Description : {Value : author.name} -}, }); +}}); //////////////////////////////////////////////////////////////////////////// diff --git a/app/fiori.html b/app/fiori.html index 2a154562..579c5141 100644 --- a/app/fiori.html +++ b/app/fiori.html @@ -14,8 +14,8 @@ }; - - +