[Koha-bugs] [Bug 33945] New: 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
Wed Jun 7 20:15:38 CEST 2023


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

            Bug ID: 33945
           Summary: Add ability to delay the loading of the current
                    checkouts table on the checkouts page
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

If a librarian has opted to load the checkouts table automatically on the
checkouts page, it will trigger a call to svc/checkouts. If a librarian is
checkout out 10 items to a patron, that means svc/checkouts is called uselessly
9 times, with only the 10th time being used to display the checkouts table.

It would be useful to add a delay such that the table only load if the page has
been display for a given number of seconds. That way the continuous scanning
does not trigger useless svc/checkouts calls, but the librarian also does not
need to click the load checkouts button manually.

-- 
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