[Bug 25768] New: Add details to permission Remaining system parameters permissions (parameters_remaining_permissions)
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25768 Bug ID: 25768 Summary: Add details to permission Remaining system parameters permissions (parameters_remaining_permissions) Change sponsored?: --- Product: Koha Version: 19.11 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Patrons Assignee: koha-bugs@lists.koha-community.org Reporter: kelly@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com There are no details on what this specific permission entails in the Admin area of Staff permissions. It looks like these remaining permissions are all Acquisition based, and it would be more beneficial to the library to know that when setting/adjusting permissions. If this permission is set, the patron will have access to the Acquisitions Parameters, currency, budgets, funds, EDI accounts, and EAN. However, if the patron doesn't already have acquisition permission, choosing this Admin permission doesn't appear to give any more access - just the Admin button itself. Could the permission be more specific in detail Remaining system parameters permissions (parameters_remaining_permissions) and also indicate it needs Acq permissions? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25768 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|19.11 |master -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25768 --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hi Kelly, when you create a patron only with "catalogue" and "remaining permissions" the administration page will appear empty - actually all bits there are covered by separate permissions. I believe maybe when testing your staff user also had acq permissions set. At the moment there are only 3 checks for the permission: admin/credit_types.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, admin/debit_types.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, admin/overdrive.pl: flagsrequired => { parameters => 'parameters_remaining_permissions' }, I believe the first 2 are false and should be changed to parameters_manage_accounts as this is already checked on the admin home page. I'll file for them separately. So that only leaves Overdrive that is really controlled by the permission. But I am not sure how to activate that - can you help there? We seem to have an admin page just for it, but it is not linked from anywhere: /cgi-bin/koha/admin/overdrive.pl -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25768 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.koha-community | |.org/bugzilla3/show_bug.cgi | |?id=26721 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org