Bugzilla – Attachment 67674 Details for
Bug 19418
Patron search is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19418 - Fix patron search
Bug-19418---Fix-patron-search.patch (text/plain), 969 bytes, created by
Alex Arnaud
on 2017-10-06 07:26:17 UTC
(
hide
)
Description:
Bug 19418 - Fix patron search
Filename:
MIME Type:
Creator:
Alex Arnaud
Created:
2017-10-06 07:26:17 UTC
Size:
969 bytes
patch
obsolete
>From cf6e4bdd46b8190a1bfe269169a57bb0507b46f8 Mon Sep 17 00:00:00 2001 >From: Alex Arnaud <alex.arnaud@biblibre.com> >Date: Fri, 6 Oct 2017 07:19:15 +0000 >Subject: [PATCH] Bug 19418 - Fix patron search > >Patron search fail on calling svc/members/search. This script >return a 500 error and the search stay on "Processing..." > >Test plan: > - Enable ExtendedPatronAttributes system preference, > - make a standard search (search fields), > - check the search works and it doesn't stick on "Processing..." >--- > C4/Utils/DataTables/Members.pm | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/C4/Utils/DataTables/Members.pm b/C4/Utils/DataTables/Members.pm >index 302eaff..b2e4963 100644 >--- a/C4/Utils/DataTables/Members.pm >+++ b/C4/Utils/DataTables/Members.pm >@@ -4,6 +4,7 @@ use Modern::Perl; > use C4::Context; > use C4::Utils::DataTables; > use Koha::DateUtils; >+use C4::Members::Attributes qw(SearchIdMatchingAttribute ); > > sub search { > my ( $params ) = @_; >-- >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 19418
:
67674
|
67864
|
67871