Summary: | Rights needed to renew a document | ||
---|---|---|---|
Product: | Koha | Reporter: | Nahuel Angelinetti <nahuel.angelinetti> |
Component: | Circulation | Assignee: | Kyle M Hall <kyle.m.hall> |
Status: | CLOSED FIXED | QA Contact: | Bugs List <koha-bugs> |
Severity: | major | ||
Priority: | PATCH-Sent (DO NOT USE) | CC: | chris, gmcharlt, julian.maurice, nengard, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: | Proposed fix |
Description
Nahuel Angelinetti
2010-06-07 09:08:34 UTC
Patch pushed. Please test and close. When a staff member has circulate permissions they cannot renew items. Instead they are brought to: /cgi-bin/koha/reserve/renewscript.pl where they are asked to log in. This happened with a staff member who had just circulate and catalogue permissions and when I tried with a staff member who had circulate, borrowers and catalogue permissions. What kind of renewal is blocked? What steps are necessary to duplicate the problem? Patch: http://lists.koha-community.org/pipermail/koha-patches/2010-June/012052.html. Patches were approved on 3.0.x and HEAD. This was pushed a while ago, please test and close I just tested on HEAD and the book does renew, but it brings you to a 'you don't have permission page' the only reason I know that it was actually renewed is because I tried to go back and test again only to find that the book was renewed. Created attachment 3152 [details] [review] Proposed fix Correcting check for circulation permission. Also updating updateitem.pl (for setting lost and damaged statuses) with circulate permissions. This bug is mentioned in: Fix for Bug 4853 - Rights needed to renew a document http://lists.koha-community.org/pipermail/koha-patches/2011-February/013863.html Pushed, please test and mark resolved This bug is mentioned in: Fix for Bug 4853 - Rights needed to renew a document http://lists.koha-community.org/pipermail/koha-patches/2011-March/013965.html |