Bugzilla – Attachment 85444 Details for
Bug 22080
Easier translation of ElasticSearch mappings page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22080: (QA Follow-up) Add filters
Bug-22080-QA-Follow-up-Add-filters.patch (text/plain), 2.08 KB, created by
Kyle M Hall (khall)
on 2019-02-21 12:26:55 UTC
(
hide
)
Description:
Bug 22080: (QA Follow-up) Add filters
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-02-21 12:26:55 UTC
Size:
2.08 KB
patch
obsolete
>From b6c5caf39527807c46fa57183f63045fa02789b9 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 21 Feb 2019 07:16:24 -0500 >Subject: [PATCH] Bug 22080: (QA Follow-up) Add filters > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >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 cf96b98d33..db27fceaae 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 >@@ -78,7 +78,7 @@ a.add, a.delete { > [% CASE 'error_on_update' %] > [% tx("An error occurred when updating mappings: {message}.", { message = m.message }) | html %] > [% CASE 'error_on_delete' %] >- [% t("An error occurred when deleting the existing mappings. Nothing has been changed!") %] >+ [% t("An error occurred when deleting the existing mappings. Nothing has been changed!") | $raw %] > [% tx("(search field {field_name} with mapping {marc_field}.)", { field_name = m.values.field_name, marc_field = m.values.marc_field }) | html %] > [% CASE 'invalid_field_weight' %] > [% tx("Invalid field weight '{weight}', must be a positive decimal number.", { weight = m.weight }) | html %] >@@ -89,9 +89,9 @@ a.add, a.delete { > [% CASE 'recreate_required' %] > [% tx("Index '{index}' needs to be recreated.", { index = m.index }) | html %] > [% CASE 'success_on_update' %] >- [% t("Mappings updated successfully.") %] >+ [% t("Mappings updated successfully.") | $raw %] > [% CASE 'success_on_reset' %] >- [% t("Mappings have been reset successfully.") %] >+ [% t("Mappings have been reset successfully.") | $raw %] > [% CASE %] > [% m.code | html %] > [% END %] >-- >2.17.2 (Apple Git-113)
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 22080
:
83705
|
83791
|
83792
|
85012
|
85441
|
85442
|
85443
| 85444