Bugzilla – Attachment 10807 Details for
Bug 8385
searchengine/solr/indexes.tt fails 'prove ./xt/tt_valid.t' test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8385: FIX spaces to make tt_valid.t happy
Bug-8385-FIX-spaces-to-make-ttvalidt-happy.patch (text/plain), 1.57 KB, created by
Jonathan Druart
on 2012-07-13 07:21:57 UTC
(
hide
)
Description:
Bug 8385: FIX spaces to make tt_valid.t happy
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-07-13 07:21:57 UTC
Size:
1.57 KB
patch
obsolete
>From 46ea8b307e964f5a977a280663de630393c5d1fc Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 13 Jul 2012 09:21:09 +0200 >Subject: [PATCH] Bug 8385: FIX spaces to make tt_valid.t happy > >must be apply after Bug 8407 >--- > .../en/modules/admin/searchengine/solr/indexes.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt >index 2ccbe5a..1e3fc82 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/searchengine/solr/indexes.tt >@@ -138,10 +138,10 @@ > </select> > </td> > <td> >- <input name="sortable" type="checkbox" [% IF ( index.sortable ) %]checked="checked"[% END %] value="[% index.code %]" /> >+ <input name="sortable" type="checkbox" [% IF ( index.sortable ) %] checked="checked" [% END %] value="[% index.code %]" /> > </td> > <td> >- <input name="facetable" type="checkbox" [% IF ( index.facetable ) %]checked="checked"[% END %] value="[% index.code %]" /> >+ <input name="facetable" type="checkbox" [% IF ( index.facetable ) %] checked="checked" [% END %] value="[% index.code %]" /> > </td> > <td> > <textarea name="mappings" class="contentEditable">[% FOREACH m IN index.mappings %][% m %] >-- >1.7.7.3
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 8385
:
10807
|
10875
|
10916
|
11257