Bugzilla – Attachment 57691 Details for
Bug 17616
Select tag on elasticsearch mappings page is not closed properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17616: (follow-up)Select tag on elasticsearch mappings page is not closed properly
Bug-17616-follow-upSelect-tag-on-elasticsearch-map.patch (text/plain), 2.85 KB, created by
Jonathan Druart
on 2016-11-22 08:48:26 UTC
(
hide
)
Description:
Bug 17616: (follow-up)Select tag on elasticsearch mappings page is not closed properly
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-11-22 08:48:26 UTC
Size:
2.85 KB
patch
obsolete
>From 4ee9374d48a9170346824dbd19683df4802c23e6 Mon Sep 17 00:00:00 2001 >From: Hector Castro <hector.hecaxmmx@gmail.com> >Date: Mon, 14 Nov 2016 15:20:22 -0600 >Subject: [PATCH] Bug 17616: (follow-up)Select tag on elasticsearch mappings > page is not closed properly > >Also some close tag </selected> should be </select> >Follow previous patch to test > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > .../prog/en/modules/admin/searchengine/elasticsearch/mappings.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 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 90d5b35..9a36563 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 >@@ -219,7 +219,7 @@ a.add, a.delete { > <option value="0" selected="selected">No</option> > <option value="1">Yes</option> > [% END %] >- </selected> >+ </select> > </td> > <td> > <select name="mapping_suggestible"> >@@ -230,7 +230,7 @@ a.add, a.delete { > <option value="0" selected="selected">No</option> > <option value="1">Yes</option> > [% END %] >- </selected> >+ </select> > </td> > <td> > <input name="mapping_marc_field" type="text" value="[% mapping.marc_field %]" /> >@@ -265,7 +265,7 @@ a.add, a.delete { > <option value="0" selected="selected">No</option> > <option value="1">Yes</option> > [% END %] >- </selected> >+ </select> > </td> > <td> > <select data-id="mapping_suggestible"> >@@ -276,7 +276,7 @@ a.add, a.delete { > <option value="0" selected="selected">No</option> > <option value="1">Yes</option> > [% END %] >- </selected> >+ </select> > </td> > <td><input data-id="mapping_marc_field" type="text" /></td> > <td><a class="btn btn-mini add"><i class="fa fa-plus"></i> Add</a></td> >-- >2.1.4
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 17616
:
57460
|
57472
|
57682
|
57683
|
57690
| 57691