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@lists.koha-community.org
          Reporter: k...@bywatersolutions.com
        QA Contact: testo...@bugs.koha-community.org
                CC: gmcha...@gmail.com, kyle.m.h...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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