[Bug 41930] New: LoadCheckoutsTableDelay is not working on moremember.pl
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41930 Bug ID: 41930 Summary: LoadCheckoutsTableDelay is not working on moremember.pl Initiative type: --- Sponsorship --- status: Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: bibliothek@th-wildau.de QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle@bywatersolutions.com 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 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41930 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |41058 Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41058 [Bug 41058] Using Show Checkouts button when LoadCheckoutsTableDelay is set causes collision/error. loadIssuesTableDelayTimeoutId not assigned -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41930 --- Comment #1 from Jan Kissig <bibliothek@th-wildau.de> --- 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. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41930 Jan Kissig <bibliothek@th-wildau.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #2 from Jan Kissig <bibliothek@th-wildau.de> --- Closing as this seems to be intended (const LoadCheckoutsTableDelay = 0; in moremember.tt) -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org