Bug 41930 - LoadCheckoutsTableDelay is not working on moremember.pl
Summary: LoadCheckoutsTableDelay is not working on moremember.pl
Status: RESOLVED INVALID
Alias: None
Product: Koha
Classification: Unclassified
Component: Circulation (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 41058
Blocks:
  Show dependency treegraph
 
Reported: 2026-02-25 12:33 UTC by Jan Kissig
Modified: 2026-02-25 12:53 UTC (History)
2 users (show)

See Also:
GIT URL:
Initiative type: ---
Sponsorship status: ---
Comma delimited list of Sponsors:
Crowdfunding goal: 0
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Kissig 2026-02-25 12:33:12 UTC
LoadCheckoutsTableDelay should work on circulation.pl (patrons check out page) and moremember.pl (patrons detail page) as on both pages the checkouts table is available.
However the delayed loading is only working on circulation.pl  while the table gets loaded immediately on moremember.pl.

To recreate:
a) set syspref LoadCheckoutsTableDelay to 5 seconds
b) check out an item (39999000011418) to a patron 
c) notice the checkout table gets loaded after 5 seconds
d) got to the patrons details page and notice the table gets loaded immediately
Comment 1 Jan Kissig 2026-02-25 12:47:44 UTC
At least the code in checkouts.js implies that the feature should also work on moremember.pl (details) though the manual says it is to prevent too many requests while using the checkout page.
Comment 2 Jan Kissig 2026-02-25 12:53:02 UTC
Closing as this seems to be intended (const LoadCheckoutsTableDelay = 0; in moremember.tt)