Summary: | When editing patrons without circulation permission redirect should be to the patron's detail page | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Patrons | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | normal | ||
Priority: | P5 - low | CC: | gmcharlt, kyle.m.hall, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Bug 19531: When saving patron record do not redirect to circ if not authorised
Bug 19531: When saving patron record do not redirect to circ if not authorised Bug 19531: When saving patron record do not redirect to circ if not authorised |
Description
Katrin Fischer
2017-10-25 20:07:38 UTC
Created attachment 68557 [details] [review] Bug 19531: When saving patron record do not redirect to circ if not authorised If the logged in patron does not have the necessary permission we should not redirect to circulation.pl but moremember.pl instead Test plan: With the borrowers permission, you should be able to edit a patron and be redirect to the moremember page Created attachment 68568 [details] [review] Bug 19531: When saving patron record do not redirect to circ if not authorised If the logged in patron does not have the necessary permission we should not redirect to circulation.pl but moremember.pl instead Test plan: With the borrowers permission, you should be able to edit a patron and be redirect to the moremember page Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Created attachment 68631 [details] [review] Bug 19531: When saving patron record do not redirect to circ if not authorised If the logged in patron does not have the necessary permission we should not redirect to circulation.pl but moremember.pl instead Test plan: With the borrowers permission, you should be able to edit a patron and be redirect to the moremember page Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Pushed to master for 17.11, thanks to everybody involved! |