Summary: | Use DataTables on catalog by item type 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/reports/manager.pl?report_name=itemtypes | ||
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 9467 - Use DataTables on catalog by item type report page
Bug 9467 - Use DataTables on catalog by item type report page Bug 9467 - Use DataTables on catalog by item type report page |
Description
Owen Leonard
2013-01-23 19:21:24 UTC
Created attachment 14800 [details] [review] Bug 9467 - Use DataTables on catalog by item type report page Replace the tablesorter plugin with the DataTables plugin on the catalog by item type report page. To test, run the catalog by item type report (Reports -> Catalog by item type). Confirm that table sorting works correctly. Created attachment 15178 [details] [review] Bug 9467 - Use DataTables on catalog by item type report page Replace the tablesorter plugin with the DataTables plugin on the catalog by item type report page. To test, run the catalog by item type report (Reports -> Catalog by item type). Confirm that table sorting works correctly. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> QA comment: Replace tablesorter with datatable on the item type report page. Add a test in order not to apply the plugin to a missing element. Marked as Passed QA. Created attachment 15319 [details] [review] Bug 9467 - Use DataTables on catalog by item type report page Replace the tablesorter plugin with the DataTables plugin on the catalog by item type report page. To test, run the catalog by item type report (Reports -> Catalog by item type). Confirm that table sorting works correctly. 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. |