From 72fe164c87374f3c0ee28d81bc4361bc5ba19e68 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." Signed-off-by: David Nind --- .../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 1917bd7e13..819de1212b 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