Bugzilla – Attachment 147139 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), 817 bytes, created by
Marcel de Rooy
on 2023-02-22 13:11:42 UTC
(
hide
)
Description:
Bug 33020: Add missing Koha::Logger->history
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2023-02-22 13:11:42 UTC
Size:
817 bytes
patch
obsolete
>From c788a81c719135114443b865e099834cd988b9a7 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 >Content-Type: text/plain; charset=utf-8 > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > 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