Bugzilla – Attachment 106891 Details for
Bug 25893
Log viewer no longer searches using wildcards
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25893: Don't wildcard object
Bug-25893-Dont-wildcard-object.patch (text/plain), 814 bytes, created by
Katrin Fischer
on 2020-07-15 06:06:14 UTC
(
hide
)
Description:
Bug 25893: Don't wildcard object
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-07-15 06:06:14 UTC
Size:
814 bytes
patch
obsolete
>From 5d92385ae51b5749bd754059fabe3c434574dda9 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 6 Jul 2020 18:04:02 +0000 >Subject: [PATCH] Bug 25893: Don't wildcard object > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > tools/viewlog.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/tools/viewlog.pl b/tools/viewlog.pl >index c3b84e7053..c80b75d20a 100755 >--- a/tools/viewlog.pl >+++ b/tools/viewlog.pl >@@ -142,7 +142,7 @@ if ($do_it) { > ]; > } else { > $search_params{info} = { -like => '%' . $info . '%' } if $info; >- $search_params{object} = { -like => '%' . $object . '%'} if $object; >+ $search_params{object} = $object if $object; > } > > my @logs = Koha::ActionLogs->search(\%search_params); >-- >2.11.0
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 25893
:
106415
|
106433
|
106602
|
106891
|
107084
|
107802
|
107803
|
107869