Bugzilla – Attachment 86346 Details for
Bug 18235
Elastic search - Configurable facets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18235: (QA follow-up) Add missing filters
Bug-18235-QA-follow-up-Add-missing-filters.patch (text/plain), 3.08 KB, created by
Josef Moravec
on 2019-03-08 08:11:26 UTC
(
hide
)
Description:
Bug 18235: (QA follow-up) Add missing filters
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2019-03-08 08:11:26 UTC
Size:
3.08 KB
patch
obsolete
>From 1ece0d21f758fe9f4e53f2f42f76f742def1ad1d Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Fri, 1 Mar 2019 06:59:48 +0000 >Subject: [PATCH] Bug 18235: (QA follow-up) Add missing filters > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > .../en/modules/admin/searchengine/elasticsearch/mappings.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 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 acd675c998..7625455522 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 >@@ -343,7 +343,7 @@ a.add, a.delete { > > [% IF index.index_name == 'biblios' %] > <h3>Facet order</h3> >- <div id="facet_[% index.index_name %]"> >+ <div id="facet_[% index.index_name | html %]"> > <table> > <thead> > <tr> >@@ -356,7 +356,7 @@ a.add, a.delete { > [% FOREACH f IN facetable_fields %] > <tr> > <td> >- [% f.name %] >+ [% f.name | html %] > </td> > <td> > [% SWITCH f.name %] >@@ -369,14 +369,14 @@ a.add, a.delete { > [% CASE 'ccode' %]Collections > [% CASE 'holdingbranch' %]Holding libraries > [% CASE 'homebranch' %]Home libraries >- [% CASE %][% f %] >+ [% CASE %][% f | html %] > [% END %] > </td> > <td> > [% IF f.facet_order %] >- <input type="checkbox" name="display_facet" value="[% f.name %]" checked="checked" /> >+ <input type="checkbox" name="display_facet" value="[% f.name | html %]" checked="checked" /> > [% ELSE %] >- <input type="checkbox" name="display_facet" value="[% f.name %]" /> >+ <input type="checkbox" name="display_facet" value="[% f.name | html %]" /> > [% END %] > </td> > </tr> >-- >2.11.0
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 18235
:
60931
|
60932
|
60933
|
61528
|
61529
|
61530
|
64747
|
69485
|
69486
|
69487
|
72936
|
72937
|
72938
|
72999
|
73000
|
73001
|
73193
|
74642
|
74643
|
75995
|
75996
|
85212
|
85213
|
85214
|
85215
|
85216
|
85885
|
85886
|
85969
|
85970
|
85983
|
85984
|
85985
|
85986
|
85987
|
85988
|
85989
|
85990
|
85991
|
85992
|
86340
|
86341
|
86342
|
86343
|
86344
|
86345
|
86346
|
86347
|
86348
|
86349
|
86350
|
86944
|
86945
|
86946
|
86947
|
86948
|
86949
|
86950
|
86951
|
86952
|
86953
|
86954
|
86955
|
86956
|
87141