Bugzilla – Attachment 71663 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.10 KB, created by
Owen Leonard
on 2018-02-15 15:14:02 UTC
(
hide
)
Description:
Bug 20214: Fix patron search: remove newline breaking JSON
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-02-15 15:14:02 UTC
Size:
1.10 KB
patch
obsolete
>From 6789d6bd9a7af5665b629c9a83e5807d0c42c104 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 > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > 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.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 20214
:
71662
|
71663
|
71664