Bug 9465

Summary: Use DataTables on update child to adult patron page
Product: Koha Reporter: Owen Leonard <oleonard>
Component: TemplatesAssignee: 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/members/update-child.pl
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
Bug 9465 - Use DataTables on update child to adult patron page
Bug 9465 - Use DataTables on update child to adult patron page

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.