Bugzilla – Attachment 38654 Details for
Bug 14077
Remove unused AUTH_UPDATE_FAILED from moremember.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14077 - Remove unused AUTH_UPDATE_FAILED from moremember.tt
Bug-14077---Remove-unused-AUTHUPDATEFAILED-from-mo.patch (text/plain), 1.80 KB, created by
Jonathan Druart
on 2015-04-29 10:30:25 UTC
(
hide
)
Description:
Bug 14077 - Remove unused AUTH_UPDATE_FAILED from moremember.tt
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-04-29 10:30:25 UTC
Size:
1.80 KB
patch
obsolete
>From c0eeed2c03955dcccf6bdb4dc5d55779256affab Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Wed, 29 Apr 2015 11:34:40 +0200 >Subject: [PATCH] Bug 14077 - Remove unused AUTH_UPDATE_FAILED from > moremember.tt > >'AUTH_UPDATE_FAILED' in moremember.tt is never set and should be removed (see comment #6 on Bug 13910). > >To verify: git grep 'AUTH_UPDATE_FAILED' >Result: Only one occurence (in moremember.tt) > >Test plan: >- Apply patch (on top of Bug 13910) >- Verify that the part with AUTH_UPDATE_FAILED is removed from moremember.tt >- Go to a patron's detail page and verify that nothing is broken (Home > Patrons > Patrons details for...) > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >This has been introduced by > commit 1a91801b06607ee9e5f8c21d531a7b7a3ca3b683 > Date: Sat Dec 1 20:56:27 2007 -0600 > Add Staff member type. Add permissions checks for bug# 1269 > and related permissions on memberentry and mods. >But was already not used... >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 5 ----- > 1 file changed, 5 deletions(-) > >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 95ddd53..ae111a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt >@@ -143,11 +143,6 @@ function validate1(date) { > > [% IF ( error ) %] > <div class="dialog alert"> >- [% IF ( AUTH_UPDATE_FAILED ) %] >- <h3>Userid / Password update failed</h3> >- <strong>Insufficient privileges.</strong> >- <p>Other fields updated.</p> >- [% END %] > [% IF ( error == 'CANT_DELETE_STAFF' ) %] > <h3>Unable to delete staff user</h3> > <p>Insufficient privileges.</p> >-- >2.1.0
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 14077
:
38653
|
38654
|
38685