]> git.koha-community.org Git - koha.git/commit
Bug 36315: ILSDI GetRecords use AuthorisedValues cache for items.location
authorDidier Gautheron <didier.gautheron@biblibre.com>
Thu, 14 Mar 2024 13:51:35 +0000 (14:51 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 10:26:13 +0000 (12:26 +0200)
commite4681dcc444ff5ba081f359b7ec0b8bc42e83e7b
tree82a72bd4eb54e3d3c08b3c06a0ff5edbf305da22
parent7cea5b6f348271a5530bd7a6e3097fc2e91db8e2
Bug 36315: ILSDI GetRecords use AuthorisedValues cache for items.location

Speedup GetRecords by using Koha cache for items.location authorised value.

Test plan
1) Enable ILS-DI http://localhost:8081/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=ILS-DI
2) Download a record   http://localhost:8080/cgi-bin/koha/ilsdi.pl?service=GetRecords&id=1
3) Note location_description
4) Apply patch
5) Re download the same record
6) Verify location_description are the same

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
C4/ILSDI/Services.pm