Compare commits

...

1 Commits

Author SHA1 Message Date
Dr. David A. Kunz
5fc3462b24 still to do: orders 2025-04-28 17:18:55 +02:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

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