-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase size of result set during API calls #405
Comments
It's the same behaviour when we edit an ITEM. |
Hi, I guess that isn't the best way but, as temporarly workaround, it's possible to modify methods in library.service.ts and item-type.service.ts files like that :
best, Lauren-D |
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 * use recordsService instead of specific component run ./setup/boostrap Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
Release 0.2.3
We have created a test instance with :
3 organisations
22 libraries
75 locations
9 patron_types
37 item_types
In the admin screen for "circulation policies", we can choose the organisation/libraries, the patron types and the item_types but by default, the software displays ONLY the first 10 entries.
(So we are unable to configure the circ policies for all libraries, item_types or patron types.)
For now, it calls the APIs like this :
You need to increase the "default size" of APIs result sets when you get the list of libraries, items types etc...
or you could add a "size" parameter when you call the APIs
Ex: /api/item_types/ => /api/item_types/?size=100
/api/locations/ => /api/locations/?size=100
Hope it helps,
Ben & the team :-)
The text was updated successfully, but these errors were encountered: