Bug 38362 - Printing lists only prints the ten first results - OPAC
Summary: Printing lists only prints the ten first results - OPAC
Status: Signed Off
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Lucas Gass (lukeg)
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-05 22:12 UTC by Lucas Gass (lukeg)
Modified: 2024-11-05 23:13 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: Trivial patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments
Bug 38362: Fix printing lists on opac/opac-shelves.pl (1.24 KB, patch)
2024-11-05 22:15 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 38362: Fix printing lists on opac/opac-shelves.pl (1.30 KB, patch)
2024-11-05 23:13 UTC, Biblibre Sandboxes
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Lucas Gass (lukeg) 2024-11-05 22:12:30 UTC
Bug 37285 but for the OPAC. It looks like we can take what was done there ( virtualshelves/shelves.pl ) and apply it the OPAC ( opac/opac-shelves.pl ).
Comment 1 Lucas Gass (lukeg) 2024-11-05 22:15:00 UTC
Created attachment 174049 [details] [review]
Bug 38362: Fix printing lists on opac/opac-shelves.pl

To test from the OPAC:
1 - create a list with more than 10 items
2 - print the list -> there is a pagination and that only 10 items
  are printed
3 - Apply patch
4 - print the list again -> every items are being printed
Comment 2 Biblibre Sandboxes 2024-11-05 23:13:00 UTC
Created attachment 174050 [details] [review]
Bug 38362: Fix printing lists on opac/opac-shelves.pl

To test from the OPAC:
1 - create a list with more than 10 items
2 - print the list -> there is a pagination and that only 10 items
  are printed
3 - Apply patch
4 - print the list again -> every items are being printed

Signed-off-by: Sam Sowanick <sam.sowanick@corvallisoregon.gov>