[Koha-bugs] [Bug 17578] Replace GetMemberDetails with GetMember

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 8 12:16:41 CET 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17578

--- Comment #4 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 57302
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=57302&action=edit
Bug 17578: GetMemberDetails - Remove authflags - 1

GetMemberDetails create a authflags key, but this key is only used from
2 different places.
One is a very simple script, which does not seem very usefull
C4/SIP/interactive_members_dump.pl. I propose to simply remove it.
The other one is the member-flags.pl script. What is done in this one is
a bit weird since we a doing twice the same query (it was not highlighted
before this patch). We will need to fix that later.
At the moment the goal it to remove the GetMemberDetails subroutine
without introducing any regressions (and so without adding big changes)

Test plan:
Select/unselect permissions for a patron, save and edit again.
The behavior of the permission checkboxes should be ok

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


More information about the Koha-bugs mailing list