Skip to content

Commit

Permalink
fix #1 issue applied. Thx Gregor
Browse files Browse the repository at this point in the history
  • Loading branch information
hschaefer123 committed Mar 21, 2018
1 parent 2b596ca commit c23619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ If you will use the app to explorer services on an SAP Gateway, you can enable t
The selected service will be loaded automatically. To enable this feature you have to
> - inside the manifest.json copy the xmodel/catalog model to the existing model section and delete xmodel (preload: false currently does not work, maybe a bug)
> - inside the Metadata.controller.js set property "_bUseCatalogService: true" to true to show service selector instead of using demo service
> - FIX: I also changed useBatch: false like mentioned by Gregor's issue [#1](https://github.com/hschaefer123/odataexplorer/issues/1)
## License

Expand Down
2 changes: 1 addition & 1 deletion webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"dataSource": "catalogService",
"settings": {
"defaultCountMode": "Inline",
"useBatch": true
"useBatch": false
},
"preload": true
}
Expand Down

0 comments on commit c23619d

Please sign in to comment.