Bugzilla – Attachment 54360 Details for
Bug 17106
DataTables patron search defaulting to 'starts_with' - doc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc
Bug-17106---DataTables-patron-search-defaulting-to.patch (text/plain), 1.21 KB, created by
Jonathan Druart
on 2016-08-12 11:41:38 UTC
(
hide
)
Description:
Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-08-12 11:41:38 UTC
Size:
1.21 KB
patch
obsolete
>From f729adeb4a2eaf445ddbf144b8814b68d2381dc8 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Thu, 11 Aug 2016 10:39:31 +0200 >Subject: [PATCH] Bug 17106 - DataTables patron search defaulting to > 'starts_with' - doc > >Bug 15930 modified default value for DataTables patron search. > >The doc text should also be modified : >"Can be 'contain' or 'start_with' (default value). Used for the >searchmember parameter." > >Test plan : >- install Koha with patch >- look at man page man/man3/C4::Utils::DataTables::Members.3pm > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Utils/DataTables/Members.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Utils/DataTables/Members.pm b/C4/Utils/DataTables/Members.pm >index 0b282ac..a215006 100644 >--- a/C4/Utils/DataTables/Members.pm >+++ b/C4/Utils/DataTables/Members.pm >@@ -210,7 +210,7 @@ $params is a hashref with some keys: > > =item searchtype > >- Can be 'contain' or 'start_with' (default value). Used for the searchmember parameter. >+ Can be 'start_with' or 'contain' (default value). Used for the searchmember parameter. > > =item searchfieldstype > >-- >2.8.1
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 17106
:
54285
|
54308
| 54360