Bugzilla – Attachment 104745 Details for
Bug 25311
Better error handling when creating/updating a patron
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[19.11.x] Bug 25311: (QA follow-up) Add misssing filter
Bug-25311-QA-follow-up-Add-misssing-filter.patch (text/plain), 1.24 KB, created by
Jonathan Druart
on 2020-05-12 08:48:33 UTC
(
hide
)
Description:
[19.11.x] Bug 25311: (QA follow-up) Add misssing filter
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-05-12 08:48:33 UTC
Size:
1.24 KB
patch
obsolete
>From 8bad431c60de2775725a17ac621698c1e3ac5e2d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Fri, 1 May 2020 22:04:15 +0000 >Subject: [PATCH] Bug 25311: (QA follow-up) Add misssing filter > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index 2f6851b326..558c69c543 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -42,7 +42,7 @@ > <div class="dialog alert">Something went wrong when creating the patron. Check the logs.</div> > [% CASE 'error_on_update_patron' %] > <div class="dialog alert">Something went wrong when updating the patron. Check the logs.</div> >- [% CASE %]Unhandled error: [% message.error %] >+ [% CASE %]Unhandled error: [% message.error | html %] > [% END %] > [% 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 25311
:
103930
|
103931
|
103939
|
103940
|
104154
|
104155
|
104156
|
104157
|
104158
|
104743
|
104744
| 104745