Koha/koha-tmpl/intranet-tmpl/prog/en/modules/admin
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
..
preferences 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
searchengine/elasticsearch
additional-fields.tt Bug 11844: (follow-up) Add format hint to the additional fields admin page 2023-05-16 12:58:38 +02:00
admin-home.tt Bug 33550: Remove period in patron restriction type description 2023-05-16 15:17:39 -03:00
adveditorshortcuts.tt
aqbudgetperiods.tt
aqbudgets.tt
aqcontract.tt
aqplan.tt
audio_alerts.tt
auth_subfields_structure.tt
auth_tag_structure.tt
authorised_values.tt Bug 33158: Use template wrapper for authorized values and item types administration tabs 2023-05-16 15:17:30 -03:00
authtypes.tt
background_jobs.tt Bug 32970: (follow-up) Move include to specific job file 2023-05-16 10:17:11 -03:00
biblio_framework.tt
branch_transfer_limits.tt
branches.tt
cash_registers.tt
categories.tt
checkmarc.tt
cities.tt
classsources.tt
clone-rules.tt
columns_settings.tt
credit_types.tt
curbside_pickup.tt
currency.tt
debit_types.tt Bug 33787: Fix for regression caused by bug 32450 2023-05-22 14:46:29 -03:00
desks.tt
didyoumean.tt
edi_accounts.tt
edi_ean_accounts.tt
identity_provider_domains.tt
identity_providers.tt
item_circulation_alerts.tt
items_search_field.tt
items_search_fields.tt
itemtypes.tt Bug 33158: Use template wrapper for authorized values and item types administration tabs 2023-05-16 15:17:30 -03:00
koha2marclinks.tt
library_groups.tt
localization.tt
marc-overlay-rules.tt
marc_subfields_structure.tt
marctagstructure.tt
matching-rules.tt
oai_set_mappings.tt
oai_sets.tt
overdrive.tt
patron-attr-types.tt
preferences.tt
restrictions.tt Bug 33550: (QA follow-up) Switch from double to single quotes in text 2023-05-16 15:17:42 -03:00
search_filters.tt
share_content.tt
smart-rules.tt
sms_providers.tt
smtp_servers.tt Bug 33343: Catch more cases and correctly use new-password hint 2023-06-06 16:20:58 -03:00
sru_modmapping.tt
sru_modmapping_auth.tt
systempreferences.tt
transfer_limits.tt
transport-cost-matrix.tt
usage_statistics.tt
z3950servers.tt