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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]
        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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to