]> git.koha-community.org Git - koha.git/commit
Bug 22617: Fix checkout notes typo in manage_checkout_notes permission usage
authorFridolin Somers <fridolin.somers@biblibre.com>
Fri, 14 Jun 2019 08:43:15 +0000 (10:43 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 14 Aug 2019 02:16:29 +0000 (02:16 +0000)
commitcede01543c180585dc64f563fc4852698b3cc6e0
treeb7f4bec08d03854c1ce442d305a15626c793ac80
parent6a11d274109f9e23da72bd3c1fc467dd41c6aba8
Bug 22617: Fix checkout notes typo in manage_checkout_notes permission usage

When logged into the staff client with an account with full circulate permissions (and therefore including the manage_checkout_notes permission) an error occurs when clicking on the Checkout notes pending link.  The account is logged out automatically with the message:  "Error: you do not have permission to view this page.  Log in as a different user".
The same error occurs for both the link on the home page dashboard and from the Circulation module button.  Works as expected if Superlibrarian permission is set.

This is just a typo in perl script : circulation instead of circulate

Test plan :
1) Set preference "AllowCheckoutNotes" to "Allow"
2) Create a user with only permissions "catalogue" and "circulate > manage_checkout_notes"
3) Loggin with this user
4) Go to "Circulation" home page
5) Click on "Checkout notes"
6) You should be allowed to access

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 206498dc5585fbd555181a1b241d5049632870df)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 79bafa2aa84bcb135ebbbc98bf485356be37c98b)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
circ/checkout-notes.pl