Bug 33742 - Add permission to circumvent HidePatronName syspref
Summary: Add permission to circumvent HidePatronName syspref
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Staff interface (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-15 21:20 UTC by Andrew Fuerste-Henry
Modified: 2023-05-18 14:37 UTC (History)
2 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Fuerste-Henry 2023-05-15 21:20:05 UTC
It would be helpful to have a permission with which an individual user could be set to see patron names throughout the staff interface regardless of the HidePatronName value. 

We have a small number of volunteers with very limited Koha access -- essentially just the "catalogue" permission. If we turned HidePatronName to Show, the volunteers would be able to see who a given item is checked out to. But we would like staff to be able to see that information.
Comment 1 Andrew Fuerste-Henry 2023-05-16 15:30:09 UTC
Or maybe the syspref HidePatronName could be updated to have a third option of "only show names to staff with edit_borrowers permission"?
Comment 2 Lucas Gass (lukeg) 2023-05-18 14:24:39 UTC
(In reply to Andrew Fuerste-Henry from comment #1)
> Or maybe the syspref HidePatronName could be updated to have a third option
> of "only show names to staff with edit_borrowers permission"?

Either this or shift HidePatronName into it's own permission so libraries can have more control over which staff see names or not?
Comment 3 Andrew Fuerste-Henry 2023-05-18 14:37:51 UTC
I'm not averse to ditching the syspref entirely and creating a new see_patron_names permission. That seems a little trickier to handle at update -- if the updating system had the syspref set to show, then give the permission to all users with staff interface access? But once the update is complete, either approach seems equally usable.