Bugzilla – Attachment 147116 Details for
Bug 33020
Unsupported method history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33020: Add missing Koha::Logger->history
Bug-33020-Add-missing-KohaLogger-history.patch (text/plain), 722 bytes, created by
Jonathan Druart
on 2023-02-22 10:02:55 UTC
(
hide
)
Description:
Bug 33020: Add missing Koha::Logger->history
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2023-02-22 10:02:55 UTC
Size:
722 bytes
patch
obsolete
>From e0c95e8fe8a8fd8c647e881f41d12c8adce81a7e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 22 Feb 2023 11:02:39 +0100 >Subject: [PATCH] Bug 33020: Add missing Koha::Logger->history > >--- > Koha/Logger.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Logger.pm b/Koha/Logger.pm >index 4d2630ff6a0..66c78a67353 100644 >--- a/Koha/Logger.pm >+++ b/Koha/Logger.pm >@@ -204,6 +204,14 @@ sub context { > return $self; > } > >+sub history { >+ my ( $self, @history) = @_; >+ if ( @history ) { >+ $self->{history} = \@history; >+ } >+ return $self->{history} || []; >+} >+ > =head1 AUTHOR > > Kyle M Hall, E<lt>kyle@bywatersolutions.comE<gt> >-- >2.25.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 33020
:
147113
|
147116
|
147138
|
147139
|
147402
|
147403
|
147404