Bug 11343: The max number of items to process in a batch is hardcoded
authorJonathan Druart <jonathan.druart@biblibre.com>
Thu, 5 Dec 2013 14:30:42 +0000 (15:30 +0100)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 10 Mar 2014 19:10:27 +0000 (19:10 +0000)
commit0e8f85a3b344ed1900c7b5523c1fb5aa264ab89e
tree67b685e15addb49b3c5dfae7e1d3c8613b78f079
parent706e1380f9c5ac3afc9e3b61efc1031e8ff68dcd
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>
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/includes/prefs-menu.inc
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/tools.pref [new file with mode: 0644]
tools/batchMod.pl