[Koha-bugs] [Bug 23229] "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
Thu Aug 29 15:36:51 CEST 2019


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

Andrew Isherwood <andrew.isherwood at ptfs-europe.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #92491|0                           |1
        is obsolete|                            |

--- Comment #12 from Andrew Isherwood <andrew.isherwood at ptfs-europe.com> ---
Created attachment 92494
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=92494&action=edit
Bug 23229: (follow-up) Narrow scope of changes

Sorry guys!

Whilst working on something else, it came to light that the previous fix
in this bug was waaaaay too heavy handed and basically kills all ILL
related JS :( This is obviously a big problem, this patch fixes that.

The main problem is that all the ILL related JS is in a single file,
which isn't ideal as bits of it are used on different pages. Ideally,
we'd refactor it out into more manageable chunks which can be included
as required. Until such a time, this patch will do, it just prevents the
"get all requests" AJAX request unless you're on the ILL list page.

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


More information about the Koha-bugs mailing list