[Koha-bugs] [Bug 23229] New: "Get all requests" API call fired when loading any ILL page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 28 11:20:09 CEST 2019


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23229

            Bug ID: 23229
           Summary: "Get all requests" API call fired when loading any ILL
                    page
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: ILL
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: andrew.isherwood at ptfs-europe.com

This is a substantial bug that, as far as I can determine, has always existed.

The JS that retrieves all ILL requests for the main ILL table
(ill-list-table.js) runs on every ILL page that utilises ill-requests.tt
(pretty much every ILL page). This is clearly wrong, it should only run when
the ILL list table is being displayed.

This has significant performance implications since the cost in constructing
and delivering the response to this request can be substantial.

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


More information about the Koha-bugs mailing list