Bugzilla – Attachment 147404 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: (QA follow-up) POD and chmod
Bug-33020-QA-follow-up-POD-and-chmod.patch (text/plain), 979 bytes, created by
Nick Clemens (kidclamp)
on 2023-02-24 21:02:52 UTC
(
hide
)
Description:
Bug 33020: (QA follow-up) POD and chmod
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-02-24 21:02:52 UTC
Size:
979 bytes
patch
obsolete
>From 1a66af409f7963b4855528775b6dafcd29cc3888 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 24 Feb 2023 21:01:43 +0000 >Subject: [PATCH] Bug 33020: (QA follow-up) POD and chmod > >--- > Koha/Logger.pm | 9 +++++++++ > t/db_dependent/www/rest_api.t | 0 > 2 files changed, 9 insertions(+) > mode change 100644 => 100755 t/db_dependent/www/rest_api.t > >diff --git a/Koha/Logger.pm b/Koha/Logger.pm >index 66c78a6735..3f335c2981 100644 >--- a/Koha/Logger.pm >+++ b/Koha/Logger.pm >@@ -204,6 +204,15 @@ sub context { > return $self; > } > >+=head2 history >+ >+Similar to above, Mojolicious has a "history" method and will die >+on it if it's missing from the logger. >+ >+Note: We are just preventing a crash here not returning a new history logger. >+ >+=cut >+ > sub history { > my ( $self, @history) = @_; > if ( @history ) { >diff --git a/t/db_dependent/www/rest_api.t b/t/db_dependent/www/rest_api.t >old mode 100644 >new mode 100755 >-- >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