Bugzilla – Attachment 125115 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.27 KB, created by
Martin Renvoize (ashimema)
on 2021-09-21 16:09:41 UTC
(
hide
)
Description:
Bug 28803: (QA follow-up) Reinstate UNKNOWN_ERROR in templates
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-09-21 16:09:41 UTC
Size:
1.27 KB
patch
obsolete
>From 1361db05dd3384723a90944f17cffce0d3f72b34 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 > >I can't see how this will ever get thrown, but as it's there we should >have the template handling included. >--- > 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 f9d504226e8..acfa28cd723 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