From 3020c51d781660e38c5ee8a30288132d967a6232 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 14 May 2025 15:58:05 +0000 Subject: [PATCH] Bug 39886: [24.11.x] Identifier typed as Identifierr This patch corrects a typo in the Elasticsearch mappings template: Identifierr -> Identifier To test, apply the patch and go to Administration -> Search engine configuration. In the "Type" column, check the dropdown menus. There should be an item "Identifier." --- .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt index 1917bd7e133..819de1212bc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/elasticsearch/mappings.tt @@ -291,7 +291,7 @@ a.add, a.delete { - + -- 2.39.5