Bugzilla – Attachment 38679 Details for
Bug 13910
Prevent delete of one's own patron account
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 13910 - Line with AUTH_UPDATE_FAILED restored
PASSED-QA-Bug-13910---Line-with-AUTHUPDATEFAILED-r.patch (text/plain), 1.23 KB, created by
Katrin Fischer
on 2015-04-29 20:01:33 UTC
(
hide
)
Description:
[PASSED QA] Bug 13910 - Line with AUTH_UPDATE_FAILED restored
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-04-29 20:01:33 UTC
Size:
1.23 KB
patch
obsolete
>From 901198b45d6110cad36ad44cd00642897a8f2701 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 29 Apr 2015 11:18:08 +0200 >Subject: [PATCH] [PASSED QA] Bug 13910 - Line with AUTH_UPDATE_FAILED restored > >As of comment #6 > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >This should be fixed in a separate patch, this error is not sent to the >template and the related code could be removed. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >index cb8fd7b..5f3e5c4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -143,7 +143,7 @@ function validate1(date) { > > [% IF ( error ) %] > <div class="dialog alert"> >- [% IF ( error == 'AUTH_UPDATE_FAILED' ) %] >+ [% IF ( AUTH_UPDATE_FAILED ) %] > <h3>Userid / Password update failed</h3> > <strong>Insufficient privileges.</strong> > <p>Other fields updated.</p> >-- >1.9.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 13910
:
38469
|
38629
|
38638
|
38650
|
38651
|
38652
|
38678
| 38679