https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42373 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com Status|Signed Off |In Discussion --- Comment #16 from Jonathan Druart <jonathan.druart@gmail.com> --- I don't think a specific pref is a good idea. We should offer a flexible way to address the "max page size" need for the REST API. We could have a single RESTMaxPageSize pref (applied to all endpoints), or consider a JSON pref {patrons: 100, biblios: 50}. It will also helps to adjust the menuLength in a generic way (in datatables.js). -- You are receiving this mail because: You are watching all bug changes.