https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18937

--- Comment #1 from Marcel de Rooy <[email protected]> ---
Created attachment 65020
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=65020&action=edit
Bug 18937: Limit the number of list entries to print

When you have large lists of say 2000 entries, the option Print a list may
be very time consuming. Especially when an impatient user hits refresh a
couple of times, this might affect your server performance.

This patch adds paging to list printing when the number of list entries is
over 200 (just a constant). The number of entries to print is now governed
by preference OPACnumSearchResults.

Test plan:
[1] Pick a small list. Verify that print (add print=1 to URL) includes all
    records.
[2] Pick a large list (>200 entries). Verify that print now only includes
    records of the current page.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/

Reply via email to