[Koha-bugs] [Bug 33945] Add ability to delay the loading of the current checkouts table on the checkouts page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 8 13:00:23 CEST 2023


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

--- Comment #4 from Kyle M Hall <kyle at bywatersolutions.com> ---
> Could we differentiate between loading the whole table and adding an
> additional line to it somehow? So the call would not be as extensive?
> 
> Or maybe load the full checkouts list immediately but have an (optional)
> update button that will load the rest of the table after checkouts? 
> 
> Brain storming, will still continue QA.

Unfortunately, those solutions cannot work with circulation.pl as it currently
is. That page reloads for each checkout, so we cannot have an kind of
persistence.

The best solution is in line with your thoughts. We need circulation.pl to use
API calls to check out items and build the table from those API call responses.
This is big work and something I fully intend to make happen, but in the mean
time this is our best solution.

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


More information about the Koha-bugs mailing list