]> git.koha-community.org Git - koha.git/commit
Bug 37791: Fix 'Biblio not found' messages on the API
authorTomas Cohen Arazi <tomascohen@theke.io>
Fri, 30 Aug 2024 11:38:35 +0000 (08:38 -0300)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Fri, 11 Oct 2024 10:21:29 +0000 (12:21 +0200)
commit436ef4be6afd02bb3efd8218b867f1d7e7472350
tree4728cf2d980728d68cfea1c8ee435ddf89054e28
parent29c12515eded0942db8fca39b33ab926616624c3
Bug 37791: Fix 'Biblio not found' messages on the API

This patch fixes some API-related cases of 'Biblio' terminology
incorrectly used.

To test:
1. Run:
   $ ktd --shell
  k$ git grep 'Biblio not found'
=> FAIL: Several occurences
2. Run:
  k$ git grep 'render_resource_not_found("Biblio")'
=> FAIL: Several occurences
3. Apply this patches
4. Repeat 1 and 2
=> SUCCESS: No more occurences!
5. Run:
  k$ prove t/db_dependent/api/v1/
=> SUCCESS: Tests pass!
6. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Olivier V <olivier.vezina@inLibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/REST/V1/Biblios/ItemGroups.pm
Koha/REST/V1/DeletedBiblios.pm
Koha/REST/V1/Holds.pm
api/v1/swagger/paths/biblios.yaml
api/v1/swagger/paths/biblios_merge.yaml
api/v1/swagger/paths/deleted_biblios.yaml
api/v1/swagger/paths/holds.yaml
api/v1/swagger/paths/items.yaml
t/db_dependent/api/v1/deleted_biblios.t