Bug 9469 - Use Datatables in serials statistics wizard
Summary: Use Datatables in serials statistics wizard
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Jonathan Druart
URL: /cgi-bin/koha/reports/serials_stats.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 19:34 UTC by Owen Leonard
Modified: 2014-05-26 21:04 UTC (History)
2 users (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 9469 - Use Datatables in serials statistics wizard (1.89 KB, patch)
2013-01-23 19:37 UTC, Owen Leonard
Details | Diff | Splinter Review
Signed-off patch (2.05 KB, patch)
2013-02-09 20:31 UTC, Frédéric Demians
Details | Diff | Splinter Review
Bug 9469 - Use Datatables in serials statistics wizard (2.12 KB, patch)
2013-02-11 09:26 UTC, Jonathan Druart
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Owen Leonard 2013-01-23 19:34:00 UTC
The serials statistics wizard report uses the old tablesorter plugin. It should use the DataTables plugin instead.
Comment 1 Owen Leonard 2013-01-23 19:37:26 UTC Comment hidden (obsolete)
Comment 2 Frédéric Demians 2013-02-09 20:31:41 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-02-11 09:26:11 UTC
QA comment:

Simple patch, same behavior as before.

Marked as Passed QA
Comment 4 Jonathan Druart 2013-02-11 09:26:29 UTC
Created attachment 15225 [details] [review]
Bug 9469 - Use Datatables in serials statistics wizard

Replace the tablesorter plugin with the DataTables plugin on the
serials staitsics wizard report.

To test, run the serials statistics wizard (Reports -> Serials). Confirm
that table sorting works correctly.

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>

Works with DataTables as it used to work with tablesorter.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Jared Camins-Esakov 2013-02-12 14:00:14 UTC
This patch has been pushed to master.