http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5676 Summary: Patron search results table sort conflicts with paging Change sponsored?: --- Product: Koha Version: unspecified Platform: All URL: /cgi-bin/koha/members/member.pl OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Patrons AssignedTo: kyle.m.hall@gmail.com ReportedBy: oleonard@myacpl.org QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Estimated Hours: 0.0 Since patron search results are now split into multiple pages, the per-page jquery tablesorter makes for nonsensical sorting. Solution 1: Eliminate the tablesorter (and perhaps expand which columns can be sorted on via the order by option). Solution 2: Eliminate the script-based paging and use the tablesorter paging plugin. I don't think solution 2 is the right one because a poorly refined patron search can result in a very large result set. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.