[Koha-bugs] [Bug 14077] Remove unused AUTH_UPDATE_FAILED from moremember.tt

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Apr 29 12:30:25 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14077

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #38653|0                           |1
        is obsolete|                            |

--- Comment #2 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 38654
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38654&action=edit
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 at 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...

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list