]> git.koha-community.org Git - koha.git/commit
Bug 35466: (follow-up) Go to next if error, add to indexing call if not
authorNick Clemens <nick@bywatersolutions.com>
Fri, 23 Aug 2024 13:14:58 +0000 (13:14 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 10:25:56 +0000 (12:25 +0200)
commitf522fbff329b0a458337f577c1f2117da339a4b2
tree01ea59b236bd9a1053f05e8da0ad0852fc112ec5
parente01fb164554a4ae3a9cb1488400a3a1e058c9d57
Bug 35466: (follow-up) Go to next if error, add to indexing call if not

Before the previous patch we were indexing with every AddAuthority/ModAuthority call and I assumed
we were also indexing during the commity, however, it appears we were not. This patch ensures we push
the record and ids into the arrays for indexing during commit.

Additionally I add a skip to next record on error, to match biblio behaviour.
I also correct a log referring to biblios during authority importing

Signed-off-by: Phil Ringnalda <phil@chetcolibrary.org>
Signed-off-by: Thomas Klausner <domm@plix.at>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/migration_tools/bulkmarcimport.pl