Summary: | Add pagination to bottom of saved SQL reports table | ||
---|---|---|---|
Product: | Koha | Reporter: | Barbara Johnson <barbara.johnson> |
Component: | Reports | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | andrew, caroline.cyr-la-rose, david, fridolin.somers, lisettepalouse+koha, victor |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This enhancement adds a second pagination menu to the bottom of saved SQL reports tables.
|
Version(s) released in: |
21.05.00,20.11.02,20.05.09,19.11.15
|
Circulation function: | |||
Attachments: |
Bug 26713: Add pagination to bottom of saved SQL reports table
Bug 26713: Add pagination to bottom of saved SQL reports table Bug 26713: Add pagination to bottom of saved SQL reports table |
Description
Barbara Johnson
2020-10-16 16:07:23 UTC
Created attachment 114143 [details] [review] Bug 26713: Add pagination to bottom of saved SQL reports table This patch adds a second pagination menu to the bottom of the report results table. To test, apply the patch and go to Reports. - Run a report which will return multiple pages of results (greater than 20). - The results should display with a pagination bar at the top and bottom of the table. - Confirm that both pagination menus work correctly. Created attachment 114240 [details] [review] Bug 26713: Add pagination to bottom of saved SQL reports table This patch adds a second pagination menu to the bottom of the report results table. To test, apply the patch and go to Reports. - Run a report which will return multiple pages of results (greater than 20). - The results should display with a pagination bar at the top and bottom of the table. - Confirm that both pagination menus work correctly. Signed-off-by: David Nind <david@davidnind.com> Testing notes: - Used this query: select * from borrowers Created attachment 114997 [details] [review] Bug 26713: Add pagination to bottom of saved SQL reports table This patch adds a second pagination menu to the bottom of the report results table. To test, apply the patch and go to Reports. - Run a report which will return multiple pages of results (greater than 20). - The results should display with a pagination bar at the top and bottom of the table. - Confirm that both pagination menus work correctly. Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Pushed to master for 21.05, thanks to everybody involved! Small yet very useful enhancement. I choose to backport. Pushed to 20.11.x for 20.11.02 As Fridolin says, very small and handy enhancement. Pushed to 20.05.x for 20.05.09 Backported: Pushed to 19.11.x branch for 19.11.15 |