Bugzilla – Attachment 125346 Details for
Bug 28803
process_message_queue.pl dies if any messsages in the message queue contain an invalid to_address
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28803: (QA follow-up) Reinstate UNKNOWN_ERROR in templates
Bug-28803-QA-follow-up-Reinstate-UNKNOWNERROR-in-t.patch (text/plain), 1.42 KB, created by
Joonas Kylmälä
on 2021-09-26 18:12:18 UTC
(
hide
)
Description:
Bug 28803: (QA follow-up) Reinstate UNKNOWN_ERROR in templates
Filename:
MIME Type:
Creator:
Joonas Kylmälä
Created:
2021-09-26 18:12:18 UTC
Size:
1.42 KB
patch
obsolete
>From 077a7163f64c9ed4ae65006227b570e6ddf2cc10 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Tue, 21 Sep 2021 17:08:22 +0100 >Subject: [PATCH] Bug 28803: (QA follow-up) Reinstate UNKNOWN_ERROR in > templates >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >I can't see how this will ever get thrown, but as it's there we should >have the template handling included. > >Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >index f9d504226e..acfa28cd72 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/notices.tt >@@ -101,6 +101,7 @@ > [% ELSIF ( QUEUED_MESSAGE.failure_code == 'DUPLICATE_MESSAGE' ) %]Message is duplicate > [% ELSIF ( QUEUED_MESSAGE.failure_code == 'NO_NOTES' ) %]No notes from SMS driver > [% ELSIF ( QUEUED_MESSAGE.failure_code == 'SENDMAIL' ) %]Unhandled email failure, check the logs for further details >+ [% ELSIF ( QUEUED_MESSAGE.failure_code == "UNKNOWN_ERROR" ) %]Unknown error > [% ELSE %]Error occurred while sending email. > [% END %] > [% END %] >-- >2.20.1
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 28803
:
123469
|
123470
|
123475
|
123476
|
124000
|
124001
|
124131
|
124132
|
124746
|
124829
|
124878
|
124879
|
124880
|
124886
|
124887
|
124888
|
124900
|
124901
|
124902
|
125114
|
125115
|
125343
|
125344
|
125345
| 125346