-
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
circ_policies ui: increase API size limit #509
circ_policies ui: increase API size limit #509
Conversation
3e00485
to
21fdada
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete on commit message:
- use recordsService instead of specific component
and
run ./setup/boostrap
21fdada
to
5409b7b
Compare
this.itemTypeService.itemTypes(), | ||
this.patronTypeService.patronTypes(), | ||
this.loadAllCirculationPolicy() | ||
this.recordsService.getRecords('global', 'item_types', 1, 9999), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these 9999 can be replaced by a variable or better in a configuration service (can be recordsService for the moment).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added 2 constants into RecordServices
class : DEFAULT_REST_RESULTS_SIZE, MAX_REST_RESULTS_SIZE.
5409b7b
to
f4c958d
Compare
b38ec06
to
d8dbbac
Compare
* Closes rero#405 Co-Authored-by: Renaud Michotte <renaud.michotte@gmail.com>
d8dbbac
to
6a5a9c4
Compare
Co-Authored-by: Renaud Michotte renaud.michotte@gmail.com