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": {