https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42373
Jonathan Druart <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|Signed Off |In Discussion --- Comment #16 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
