From 2e13b3709617c0997fbab3e65de68793a57f8a26 Mon Sep 17 00:00:00 2001 From: Gregor Wolf Date: Fri, 12 Nov 2021 22:31:42 +0100 Subject: [PATCH] activate automatic load --- fiori/app/admin/webapp/manifest.json | 1 + fiori/app/authors/webapp/manifest.json | 1 + fiori/app/browse/webapp/manifest.json | 1 + 3 files changed, 3 insertions(+) diff --git a/fiori/app/admin/webapp/manifest.json b/fiori/app/admin/webapp/manifest.json index 25047c29..bdedd060 100644 --- a/fiori/app/admin/webapp/manifest.json +++ b/fiori/app/admin/webapp/manifest.json @@ -73,6 +73,7 @@ "options": { "settings" : { "entitySet" : "Books", + "initialLoad": true, "navigation" : { "Books" : { "detail" : { diff --git a/fiori/app/authors/webapp/manifest.json b/fiori/app/authors/webapp/manifest.json index 2d78a16e..f51a862d 100644 --- a/fiori/app/authors/webapp/manifest.json +++ b/fiori/app/authors/webapp/manifest.json @@ -68,6 +68,7 @@ "options": { "settings": { "entitySet": "Authors", + "initialLoad": true, "navigation": { "Authors": { "detail": { diff --git a/fiori/app/browse/webapp/manifest.json b/fiori/app/browse/webapp/manifest.json index 4a2e0a62..e2b4d3de 100644 --- a/fiori/app/browse/webapp/manifest.json +++ b/fiori/app/browse/webapp/manifest.json @@ -68,6 +68,7 @@ "options": { "settings": { "entitySet": "Books", + "initialLoad": true, "navigation": { "Books": { "detail": {