Bugzilla – Attachment 167018 Details for
Bug 35568
Add a plugin hook to allow modification of notices created via GetPreparedLetter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35568: Supress exception
Bug-35568-Supress-exception.patch (text/plain), 822 bytes, created by
Kyle M Hall (khall)
on 2024-05-22 11:05:19 UTC
(
hide
)
Description:
Bug 35568: Supress exception
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-05-22 11:05:19 UTC
Size:
822 bytes
patch
obsolete
>From 9d59cc0deb74eb9483c112dcce1c7575e92ea352 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 22 May 2024 07:05:08 -0400 >Subject: [PATCH] Bug 35568: Supress exception > >--- > t/db_dependent/Koha/REST/Plugin/PluginRoutes.t | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t b/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t >index 140b10f93b9..df9553065b2 100755 >--- a/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t >+++ b/t/db_dependent/Koha/REST/Plugin/PluginRoutes.t >@@ -47,6 +47,8 @@ $logger->mock('error', sub { > my $schema = Koha::Database->new->schema; > my $builder = t::lib::TestBuilder->new; > >+t::lib::Mocks::mock_preference( 'NotifyPasswordChange', undef ); >+ > subtest 'Bad plugins tests' => sub { > > plan tests => 3; >-- >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 35568
:
159832
|
159932
|
162721
|
163614
| 167018