Bugzilla – Attachment 147403 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), 833 bytes, created by
Nick Clemens (kidclamp)
on 2023-02-24 21:02:50 UTC
(
hide
)
Description:
Bug 33020: Add missing Koha::Logger->history
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-02-24 21:02:50 UTC
Size:
833 bytes
patch
obsolete
>From 27e5e2edd4b5b1728471bcd7a69cb207f0768636 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 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > Koha/Logger.pm | 8 ++++++++ > 1 file changed, 8 insertions(+) > >diff --git a/Koha/Logger.pm b/Koha/Logger.pm >index 4d2630ff6a..66c78a6735 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.30.2
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