Skip to content

Commit 749c6fe

Browse files
committed
use contextPath instead of entitySet
1 parent 4c9f625 commit 749c6fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/admin/webapp/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"name": "sap.fe.templates.ListReport",
8787
"options": {
8888
"settings" : {
89-
"entitySet" : "Books",
89+
"contextPath" : "/Books",
9090
"navigation" : {
9191
"Books" : {
9292
"detail" : {
@@ -113,7 +113,7 @@
113113
"name": "sap.fe.templates.ObjectPage",
114114
"options": {
115115
"settings" : {
116-
"entitySet" : "Books",
116+
"contextPath" : "/Books",
117117
"navigation" : {
118118
"Authors" : {
119119
"detail" : {
@@ -130,7 +130,7 @@
130130
"name": "sap.fe.templates.ObjectPage",
131131
"options": {
132132
"settings" : {
133-
"entitySet" : "Authors"
133+
"contextPath" : "/Authors"
134134
}
135135
}
136136
}

0 commit comments

Comments
 (0)