[Koha-bugs] [Bug 15398] Batch patron deletion/anonymization issue page: Restricted dropdown menu

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 5 16:45:38 CET 2016


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

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 46270
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46270&action=edit
Bug 15398: Hide Staff members only in the patron deletion/anonymization tool

On bug 9076 (commit 568a4c1230ee9a4002181fcab2c083faf6c323a9), the plan
was to hide the Staff members from the tool.
But the test was wrong, it was done on the category_code instead of the
category_type value.

Test plan:
1/ Create a category 'Student' which is not part of the Staff
(category_code=S, category_type!=S)
2/ Create a staff category (category_type=S)
3/ Go on the deletion/anonymization tool (tools/cleanborrowers.pl) and
confirm that the category Student category is displayed in the dropdown
list.

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


More information about the Koha-bugs mailing list