Bugzilla – Attachment 57683 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]
[SIGNED-OFF] Bug 17616: (follow-up)Select tag on elasticsearch mappings page is not closed properly
SIGNED-OFF-Bug-17616-follow-upSelect-tag-on-elasti.patch (text/plain), 2.84 KB, created by
Owen Leonard
on 2016-11-21 13:42:23 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17616: (follow-up)Select tag on elasticsearch mappings page is not closed properly
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-11-21 13:42:23 UTC
Size:
2.84 KB
patch
obsolete
>From 215ce00265d945b02be1c8e443877141b178ae4a 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] [SIGNED-OFF] Bug 17616: (follow-up)Select tag on > elasticsearch mappings page is not closed properly >Content-Type: text/plain; charset="utf-8" > >Also some close tag </selected> should be </select> >Follow previous patch to test > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../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