Bugzilla – Attachment 182472 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.69 KB, created by
David Nind
on 2025-05-14 21:10:13 UTC
(
hide
)
Description:
Bug 39886: [24.11.x] Identifier typed as Identifierr
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-14 21:10:13 UTC
Size:
1.69 KB
patch
obsolete
>From 72fe164c87374f3c0ee28d81bc4361bc5ba19e68 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." > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../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 { > <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