This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 18.11.x has been updated
       via  cede01543c180585dc64f563fc4852698b3cc6e0 (commit)
      from  6a11d274109f9e23da72bd3c1fc467dd41c6aba8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit cede01543c180585dc64f563fc4852698b3cc6e0
Author: Fridolin Somers <fridolin.som...@biblibre.com>
Date:   Fri Jun 14 10:43:15 2019 +0200

    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 <mtomp...@hotmail.com>
    Signed-off-by: Nick Clemens <n...@bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 206498dc5585fbd555181a1b241d5049632870df)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>
    (cherry picked from commit 79bafa2aa84bcb135ebbbc98bf485356be37c98b)
    
    Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 circ/checkout-notes.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to