Bugzilla – Attachment 168529 Details for
Bug 37260
Problem with connection to broker not displayed on the about page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37260: [DONT PUSH] Test only
Bug-37260-DONT-PUSH-Test-only.patch (text/plain), 800 bytes, created by
Pedro Amorim
on 2024-07-05 09:52:13 UTC
(
hide
)
Description:
Bug 37260: [DONT PUSH] Test only
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-05 09:52:13 UTC
Size:
800 bytes
patch
obsolete
>From 1f6ea355fa4e194608338b271bfa5beb6b34b784 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 5 Jul 2024 09:48:28 +0000 >Subject: [PATCH] Bug 37260: [DONT PUSH] Test only > >Force fail of BackgroundJob connect >--- > Koha/BackgroundJob.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/Koha/BackgroundJob.pm b/Koha/BackgroundJob.pm >index 4525122e8c..622bb49dd7 100644 >--- a/Koha/BackgroundJob.pm >+++ b/Koha/BackgroundJob.pm >@@ -63,7 +63,7 @@ Connect to the message broker using default guest/guest credential > sub connect { > my ( $self ); > my $hostname = 'localhost'; >- my $port = '61613'; >+ my $port = '616132'; > my $config = C4::Context->config('message_broker'); > my $credentials = { > login => 'guest', >-- >2.39.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 37260
: 168529 |
168530
|
168549
|
168550
|
169167