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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 31 Aug 2020 14:10:25 +0000 (16:10 +0200)
commit5a87514b2e44d64807422b29f719b29b0c9d1ba4
tree45a76bd094ffcfe1ea2775d03f889889e52d2eb5
parentce161fda9b7d47e3cfcbc73ddb877eed627d6313
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>
Koha/SearchEngine/Elasticsearch.pm