[Koha-bugs] [Bug 13891] New: Make all patron searches use DataTables server-side processing

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 23 11:00:33 CET 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13891

            Bug ID: 13891
           Summary: Make all patron searches use DataTables server-side
                    processing
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: enhancement
          Priority: P5 - low
         Component: Patrons
          Assignee: jonathan.druart at biblibre.com
          Reporter: jonathan.druart at biblibre.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com
        Depends on: 9811
            Blocks: 12633

Bug 9811 introduces a new search way for patrons. Some code have been
refactored and the server-side option of DataTables is now used.

Bug 12648 (basket users) and bug 13021 (guarantors) uses the same way to search
patrons.

But in 3 other places, the former C4::Members::Search subroutine is still used
(and in some cases, a manual pagination...):
- budget users and owner
- serial recipients
- patron cards


The 2 expected goals are 1/ Use the same centralized way to search for patrons
and 2/ to get rid of the last calls to the C4::Members::Search (and so
SQLHelper).

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list