Koha/koha-tmpl/intranet-tmpl/prog/en
Jonathan Druart 0e8f85a3b3 Bug 11343: The max number of items to process in a batch is hardcoded
Until now, the maximum number of item records to process in a batch was
hardcoded to 1000.
This patch adds a syspref MaxItemsForBatch in order to allow to adapt
this value.

Test plan:
- set the pref to 2
- try to delete a batch of 3 items: they are not displayed
- try to modify a batch of 3 items: you are not allowed to do that
- set the pref to 1000 and try again. Now items are displayed and you
  are allow to modify them.

Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2014-03-10 19:10:27 +00:00
..
css Bug 10558: (follow-up) styling improvements 2014-03-10 15:47:53 +00:00
data
includes Bug 11343: The max number of items to process in a batch is hardcoded 2014-03-10 19:10:27 +00:00
js Bug 11605: fallback to default DataTables settings where possible 2014-03-10 19:05:51 +00:00
lib Bug 11749 - Remove unused jQuery plugin jquery.hoverIntent.minified.js from the staff client 2014-02-19 15:39:05 +00:00
modules Bug 11343: The max number of items to process in a batch is hardcoded 2014-03-10 19:10:27 +00:00
xslt
columns.def