]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1422927 Opac hold history pagination
authorGarry Collum <gcollum@gmail.com>
Thu, 25 Aug 2022 17:44:13 +0000 (17:44 +0000)
committerMichele Morgan <mmorgan@noblenet.org>
Thu, 5 Jan 2023 19:31:45 +0000 (14:31 -0500)
commitc70bde9b34bf0f844c6fa6c8d0d5878dfcd43baf
tree4daf949f64d0426e19ebff08c963f1d943f53596
parent142a51bb71a8ff922943be79fae3cc57ebe9d1ad
LP1422927 Opac hold history pagination

Fixes the hold history pagination in both the TPac and the Bootstrap opac.

To test:
1. Login as a patron and enable the hold history preference.  The default
number of items on each page is 15, so place at least 16 holds for this
patron.  (The limit can be overridden in the url with the &limit switch).
2. View the hold history and notice that all items are displaying on all
pages.
3. Apply the patch
4. The results are now paginated with 15 items per page.

Signed-off-by: Garry Collum <gcollum@gmail.com>
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Michele Morgan <mmorgan@noblenet.org>
Open-ILS/src/templates-bootstrap/opac/myopac/hold_history.tt2
Open-ILS/src/templates/opac/myopac/hold_history.tt2