]> git.koha-community.org Git - koha.git/commit
Bug 25273: (follow-up) Don't die on unknown authtype
authorNick Clemens <nick@bywatersolutions.com>
Mon, 24 Aug 2020 14:24:39 +0000 (14:24 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Mon, 28 Sep 2020 15:25:04 +0000 (15:25 +0000)
commit401133b5b167708c4942d46d0ed164a2ceefbdfa
tree0e4d5b903bad3d4482c2cf266518c93a7a834ed4
parent5597b666e468af8708c82d2c0d06a6a133e82677
Bug 25273: (follow-up) Don't die on unknown authtype

We are guessing authtype code and inserting the heading built accorindg to C4::Heading

If we can't identify the auth type, we can format the heading. There is a record in the koha test
data that is missing the heading field so type cannot be idenfitied

This prevents us from dying n a record where we cannot identify the type.

Note: This code will also be triggered for custom authority types, higlighting
that they won't link because of hardcoded mappings in C4::Heading. We must tackle this
on a new bug

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 5a87514b2e44d64807422b29f719b29b0c9d1ba4)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/SearchEngine/Elasticsearch.pm