[Koha-bugs] [Bug 11343] The max number of items to process in a batch is hardcoded

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Dec 11 19:25:59 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11343

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #23319|0                           |1
        is obsolete|                            |

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 23456
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=23456&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list