Bugzilla – Attachment 71662 Details for
Bug 20214
Patron search is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20214: Fix patron search: remove newline breaking JSON
Bug-20214-Fix-patron-search-remove-newline-breakin.patch (text/plain), 1.05 KB, created by
Victor Grousset/tuxayo
on 2018-02-15 15:08:36 UTC
(
hide
)
Description:
Bug 20214: Fix patron search: remove newline breaking JSON
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2018-02-15 15:08:36 UTC
Size:
1.05 KB
patch
obsolete
>From a05481f8eba55bd9ac2b7e708da734387b6ad385 Mon Sep 17 00:00:00 2001 >From: Victor Grousset <victor.grousset@biblibre.com> >Date: Thu, 15 Feb 2018 16:06:03 +0100 >Subject: [PATCH] Bug 20214: Fix patron search: remove newline breaking JSON > >== Test plan == >1. go/cgi-bin/koha/members/members-home.pl >2. search "a" >3. result never display >4. apply patch >5. search "a" >3. result display >--- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >index 355ef1b..0b72956 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-title.inc >@@ -27,7 +27,7 @@ > [%- SET data.title = title -%] > [%- END -%] > [%# Parameter no_html - if 1, the html tags are NOT generated %] >-[% IF data.title %] >+[%- IF data.title %] > [%- IF no_html %] > [%- span_start = '' %] > [%- span_end = '' %] >-- >2.7.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 20214
:
71662
|
71663
|
71664