Koha/koha-tmpl/intranet-tmpl/prog/en/modules/members
Kyle M Hall 7242c32a1f
Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page
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.

Test Plan:
1) Apply this patch
2) Run updatedatabase.pl
3) Verify "Always show checkouts immediately" retains its' original
   behavior of loading the checkouts table immediately
4) Set LoadCheckoutsTableDelay to a non-zero integer
5) Verify the automatic table loading is delayed by that number of
   seconds

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2023-06-09 08:41:44 -03:00
..
accountline-details.tt Bug 33385: Use template wrapper for breadcrumbs: Patrons part 1 2023-04-12 09:27:05 -03:00
apikeys.tt Bug 33883: "Make sure to copy your API secret" message overlaps text 2023-06-06 09:58:49 -03:00
boraccount.tt Bug 31448: Replace 'Print' with 'Receipt' dropdown 2023-05-05 10:18:45 -03:00
deletemem.tt Bug 33385: Use template wrapper for breadcrumbs: Patrons part 1 2023-04-12 09:27:05 -03:00
discharge.tt Bug 33385: Use template wrapper for breadcrumbs: Patrons part 1 2023-04-12 09:27:05 -03:00
discharges.tt Bug 33386: Use template wrapper for breadcrumbs: Patrons part 2 2023-04-12 09:27:04 -03:00
files.tt Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
holdshistory.tt Bug 33386: Use template wrapper for breadcrumbs: Patrons part 2 2023-04-12 09:27:04 -03:00
housebound.tt Bug 32955: Standardize structure around action fieldsets in various templates 2023-04-14 11:35:27 -03:00
ill-requests.tt Bug 22440: New ILL requests table 2023-05-05 09:13:41 -03:00
mancredit.tt Bug 33387: Use template wrapper for breadcrumbs: Patrons part 3 2023-04-12 09:27:03 -03:00
maninvoice.tt Bug 33387: Use template wrapper for breadcrumbs: Patrons part 3 2023-04-12 09:27:03 -03:00
member-flags.tt Bug 33387: Use template wrapper for breadcrumbs: Patrons part 3 2023-04-12 09:27:03 -03:00
member-password.tt Bug 33343: Catch more cases and correctly use new-password hint 2023-06-06 16:20:58 -03:00
member.tt Bug 28366: Add batch patron modification to patron search results 2023-05-15 18:24:02 -03:00
memberentrygen.tt Bug 25379: (QA follow-up) Adjust other occurrences and add line break 2023-05-09 11:47:01 -03:00
members-update.tt Bug 33320: Add spacing in Patron modification requests 2023-05-12 11:22:46 -03:00
merge-patrons.tt Bug 33388: Use template wrapper for breadcrumbs: Patrons part 4 2023-04-21 10:36:23 -03:00
moremember-brief.tt
moremember-print.tt Bug 22375: (follow-up) Format even more due dates consistently 2023-05-09 11:46:56 -03:00
moremember.tt Bug 33945: Add ability to delay the loading of the current checkouts table on the checkouts page 2023-06-09 08:41:44 -03:00
notices.tt Bug 33388: Use template wrapper for breadcrumbs: Patrons part 4 2023-04-21 10:36:23 -03:00
pay.tt Bug 33388: Use template wrapper for breadcrumbs: Patrons part 4 2023-04-21 10:36:23 -03:00
paycollect.tt Bug 33389: Use template wrapper for breadcrumbs: Patrons part 5 2023-04-12 09:27:02 -03:00
printfeercpt.tt
printinvoice.tt
printnotice.tt
purchase-suggestions.tt Bug 33389: Use template wrapper for breadcrumbs: Patrons part 5 2023-04-12 09:27:02 -03:00
readingrec.tt Bug 22375: Format due date consistantly 2023-05-09 11:46:55 -03:00
recallshistory.tt
routing-lists.tt Bug 33389: Use template wrapper for breadcrumbs: Patrons part 5 2023-04-12 09:27:02 -03:00
search.tt
statistics.tt Bug 33389: Use template wrapper for breadcrumbs: Patrons part 5 2023-04-12 09:27:02 -03:00
two_factor_auth.tt Bug 33389: Use template wrapper for breadcrumbs: Patrons part 5 2023-04-12 09:27:02 -03:00
update-child.tt