Bug 9465 - Use DataTables on update child to adult patron page
Summary: Use DataTables on update child to adult patron page
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: master
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Owen Leonard
QA Contact: Jonathan Druart
URL: /cgi-bin/koha/members/update-child.pl
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-23 17:53 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:


Attachments
Bug 9465 - Use DataTables on update child to adult patron page (2.17 KB, patch)
2013-01-23 17:56 UTC, Owen Leonard
Details | Diff | Splinter Review
Bug 9465 - Use DataTables on update child to adult patron page (2.19 KB, patch)
2013-02-08 17:15 UTC, Kyle M Hall
Details | Diff | Splinter Review
Bug 9465 - Use DataTables on update child to adult patron page (2.25 KB, patch)
2013-02-14 13:49 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 17:53:16 UTC
The update child to adult patron page uses the old tablesorter plugin. It should use the DataTables plugin instead.
Comment 1 Owen Leonard 2013-01-23 17:56:35 UTC Comment hidden (obsolete)
Comment 2 Kyle M Hall 2013-02-08 17:15:54 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2013-02-14 13:49:25 UTC
QA comment:

I discover a new page :)
This patch replaces tablesorter with datatable on the update child page.

Marked as Passed QA.
Comment 4 Jonathan Druart 2013-02-14 13:49:40 UTC
Created attachment 15318 [details] [review]
Bug 9465 - Use DataTables on update child to adult patron page

Replace the tablesorter plugin with the DataTables plugin on the
update child to adult patron page.

Added default sort by patron category description (ascending).

To test, open a patron with a child category type. Choose the 'Update
child to adult patron' item from the 'More' menu. Confirm that
table sorting works correctly in the popup.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 5 Jared Camins-Esakov 2013-02-15 13:42:02 UTC
This patch has been pushed to master.