Summary: | Use DataTables on holds awaiting pickup report page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Jonathan Druart <jonathan.druart> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | jonathan.druart, kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
URL: | /cgi-bin/koha/circ/waitingreserves.pl | ||
GIT URL: | 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 9461 - Use DataTables on holds awaiting pickup report page
Bug 9461 [Revised] Use DataTables on holds awaiting pickup report page Bug 9461 [Revised] Use DataTables on holds awaiting pickup report page Bug 9461 [Revised] Use DataTables on holds awaiting pickup report page |
Description
Owen Leonard
2013-01-23 16:41:40 UTC
Created attachment 14794 [details] [review] Bug 9461 - Use DataTables on holds awaiting pickup report page Replace the tablesorter plugin with the DataTables plugin on the holds awaiting pickup report page. To test, open the holds awaiting pickup report (Circulation -> Holds awaiting pickup). Confirm that table sorting works correctly on all tables. Created attachment 14858 [details] [review] Bug 9461 [Revised] Use DataTables on holds awaiting pickup report page Replace the tablesorter plugin with the DataTables plugin on the holds awaiting pickup report page. To test, open the holds awaiting pickup report (Circulation -> Holds awaiting pickup). Confirm that table sorting works correctly on all tables. Revision makes default result count (20) match options for number of pagination entries (10,20,50,100,all). Created attachment 15182 [details] [review] Bug 9461 [Revised] Use DataTables on holds awaiting pickup report page Replace the tablesorter plugin with the DataTables plugin on the holds awaiting pickup report page. To test, open the holds awaiting pickup report (Circulation -> Holds awaiting pickup). Confirm that table sorting works correctly on all tables. Revision makes default result count (20) match options for number of pagination entries (10,20,50,100,all). Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> QA comment: replace tablesorter with datatable on the the holds awaiting page. No regression found. Marked as Passed QA. Created attachment 15317 [details] [review] Bug 9461 [Revised] Use DataTables on holds awaiting pickup report page Replace the tablesorter plugin with the DataTables plugin on the holds awaiting pickup report page. To test, open the holds awaiting pickup report (Circulation -> Holds awaiting pickup). Confirm that table sorting works correctly on all tables. Revision makes default result count (20) match options for number of pagination entries (10,20,50,100,all). Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> This patch has been pushed to master. |