Summary: | Printing lists only prints the ten first results in the OPAC | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | OPAC | Assignee: | Lucas Gass (lukeg) <lucas> |
Status: | RESOLVED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david, fridolin.somers, jesse, m.de.rooy, r.delahunty, sam.sowanick, wainuiwitikapark |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: |
This fixes printing lists in the OPAC so that all the items are printed, instead of only the first 10.
|
|
Version(s) released in: |
25.05.00,24.11.01,24.05.06,23.11.11
|
Circulation function: | |
Attachments: |
Bug 38362: Fix printing lists on opac/opac-shelves.pl
Bug 38362: Fix printing lists on opac/opac-shelves.pl Bug 38362: Fix printing lists on opac/opac-shelves.pl |
Description
Lucas Gass (lukeg)
2024-11-05 22:12:30 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 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> Created attachment 174916 [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> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> [EDIT] Tidied: added a few spaces. Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.01 Backported to 24.05.x for 24.05.06 Pushed to 23.11.x for 23.11.11 Not pushed to LTS. Marked Resolved. If you feel this should be in LTS please reply with your reason. |