Summary: | Add list_borrowers permission for viewing patron data | ||
---|---|---|---|
Product: | Koha | Reporter: | David Cook <dcook> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | RESOLVED DUPLICATE | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | emmi.takkinen, gmcharlt, kyle.m.hall |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29509 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30230 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: |
Description
David Cook
2023-11-21 23:56:19 UTC
We'd need to add a new subpermission "list_borrowers", enable this subpermission for any user with edit_borrowers currently. Then we need to make sure the /api/v1/patrons endpoint will allow retrieval of data for this "list_borrowers" subpermission. We'll probably also want the "view patron" page to appear for this subpermission. Am I missing anything? |