Bugzilla – Attachment 182459 Details for
Bug 39886
[24.11] Identifier typed as Identifierr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39886: [24.11.x] Identifier typed as Identifierr
Bug-39886-2411x-Identifier-typed-as-Identifierr.patch (text/plain), 1.64 KB, created by
Owen Leonard
on 2025-05-14 16:01:10 UTC
(
hide
)
Description:
Bug 39886: [24.11.x] Identifier typed as Identifierr
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-05-14 16:01:10 UTC
Size:
1.64 KB
patch
obsolete
>From 3020c51d781660e38c5ee8a30288132d967a6232 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >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 { > <option value="boolean">Boolean</option> > <option value="sum">Sum</option> > <option value="isbn">ISBN</option> >- <option value="stdno">Identifierr</option> >+ <option value="stdno">Identifier</option> > <option value="callnumber">Call number</option> > <option value="geo_point">Geo point</option> > </select> >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39886
:
182459
|
182472