From b0ff5b45fa57a4613fb4d341130d5fef0ba53699 Mon Sep 17 00:00:00 2001 From: Catherine Ma Date: Wed, 20 Jan 2021 02:53:36 +0000 Subject: [PATCH] Bug 27406: Update elasticsearch mapping to adhere to ACC2 This patch changes the 1 occurance of an input of type="number" to input type="text" inputmode="numeric" pattern="[0-9]*" Test plan: open the file and ensure that no other inputs of type="number" were missed Signed-off-by: Owen Leonard Signed-off-by: Martin Renvoize --- .../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 6547ff3f99..9adcfe0eaa 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 @@ -276,7 +276,7 @@ a.add, a.delete { [% IF search_field.mapped_biblios %] - + [% ELSE %] [% END %] -- 2.20.1