[koha-commits] main Koha release repository branch master updated. v3.22.00-89-g976d715

Git repo owner gitmaster at git.koha-community.org
Wed Dec 30 14:59:04 CET 2015


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, master has been updated
       via  976d715ac52a3c54cbc397d22127e773f977e0db (commit)
      from  f0da781368a187337236d64ee94d9c8cc65f90f7 (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 976d715ac52a3c54cbc397d22127e773f977e0db
Author: Marc Véron <veron at veron.ch>
Date:   Wed Dec 16 16:00:15 2015 +0100

    Bug 15386: Checkout / patron pages: Hide menu items leading to 404 pages
    
    Some of the menu items on patron / Checkout related pages lead to a 404 page
    depending on the permissions. This patch hides them as appropriate.
    
    To test:
    
    - For a staff member A, set permission 'borrowers' only (+ 'catalogue')
    - Log in as A
    - Search a patron and display details
    - Verify that none of the menu items at the left lead to the 404 page
    
    - For a staff member B, set permission 'circulate_remaining_permission'
      only (+ catalogue)
    - Log in as B
    - Go to Circulation > Checkout, search a patron
    - Click menu items at the left, some of them lead to the 404 page
    - Verify that none of the menu items at the left lead to the 404 page
    
    - Do the same for a staff member C with both permissions set
    - Verify that menu items appear as expected
    
    Signed-off-by: Lucio Moraes <lmoraes at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Amended patch: I have remove the double if
    CAN_user_circulate_circulate_remaining_permissions statement (and group
    block into one). And also remove unecessary change ('IF a IF b' instead
    of existing 'IF a && b')
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |   30 +++++++++++++-------
 1 file changed, 19 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list