Bugzilla – Attachment 107803 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: (follow-up) Undo unrelated changes
Bug-25893-follow-up-Undo-unrelated-changes.patch (text/plain), 855 bytes, created by
Nick Clemens (kidclamp)
on 2020-08-04 19:21:27 UTC
(
hide
)
Description:
Bug 25893: (follow-up) Undo unrelated changes
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2020-08-04 19:21:27 UTC
Size:
855 bytes
patch
obsolete
>From 3d96eaf48f84f83c9bc5e007cbfec108530bb135 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 4 Aug 2020 19:20:37 +0000 >Subject: [PATCH] Bug 25893: (follow-up) Undo unrelated changes > >--- > tools/viewlog.pl | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/tools/viewlog.pl b/tools/viewlog.pl >index c80b75d20a..eb1a6900a4 100755 >--- a/tools/viewlog.pl >+++ b/tools/viewlog.pl >@@ -29,6 +29,7 @@ use C4::Output; > use C4::Items; > use C4::Serials; > use C4::Debug; >+use C4::Search; # enabled_staff_search_views > > use Koha::ActionLogs; > use Koha::Database; >@@ -89,6 +90,7 @@ if ( $src eq 'circ' ) { > > $template->param( > debug => $debug, >+ C4::Search::enabled_staff_search_views, > subscriptionsnumber => CountSubscriptionFromBiblionumber(scalar $input->param('object')), > object => $object, > ); >-- >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