activate automatic load

This commit is contained in:
Gregor Wolf
2021-11-12 22:31:42 +01:00
parent 7407b0aae3
commit 2e13b37096
3 changed files with 3 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
"options": { "options": {
"settings" : { "settings" : {
"entitySet" : "Books", "entitySet" : "Books",
"initialLoad": true,
"navigation" : { "navigation" : {
"Books" : { "Books" : {
"detail" : { "detail" : {

View File

@@ -68,6 +68,7 @@
"options": { "options": {
"settings": { "settings": {
"entitySet": "Authors", "entitySet": "Authors",
"initialLoad": true,
"navigation": { "navigation": {
"Authors": { "Authors": {
"detail": { "detail": {

View File

@@ -68,6 +68,7 @@
"options": { "options": {
"settings": { "settings": {
"entitySet": "Books", "entitySet": "Books",
"initialLoad": true,
"navigation": { "navigation": {
"Books": { "Books": {
"detail": { "detail": {