Bugzilla – Attachment 54308 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]
[SIGNED-OFF] Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc
SIGNED-OFF-Bug-17106---DataTables-patron-search-de.patch (text/plain), 1.19 KB, created by
Owen Leonard
on 2016-08-11 12:47:21 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 17106 - DataTables patron search defaulting to 'starts_with' - doc
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-08-11 12:47:21 UTC
Size:
1.19 KB
patch
obsolete
>From 122e37041842e193cd6bc89e11e533aa22714b98 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] [SIGNED-OFF] Bug 17106 - DataTables patron search defaulting > to 'starts_with' - doc >Content-Type: text/plain; charset="utf-8" > >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> >--- > 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.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 17106
:
54285
|
54308
|
54360