[koha-commits] main Koha release repository branch master updated. v3.22.00-574-g818b187

Git repo owner gitmaster at git.koha-community.org
Wed Feb 24 01:58:47 CET 2016


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  818b1871519f0348cc54a60c76e2c8192f36bb3c (commit)
       via  e8c5fb11fbebc86742325aea745bc7253d9110d8 (commit)
      from  f56ad87648ddef5cba66a4cbae9efb53a221c09a (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 818b1871519f0348cc54a60c76e2c8192f36bb3c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jan 25 10:31:34 2016 +0000

    Bug 14244: Does not display patron's info in the checkout history if not authorised
    
    The librarian needs CAN_user_circulate_circulate_remaining_permissions
    to see the checkouts patron's information.
    
    Test plan:
    The "Patron" column of the checkout history page should only be
    displayed of you have the circulate > circulate_remaining_permissions
    permission.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit e8c5fb11fbebc86742325aea745bc7253d9110d8
Author: Thomas Misilo <misilot at fit.edu>
Date:   Wed Sep 16 13:43:28 2015 -0400

    Bug 14244: viewing a bib item's circ history requires circulation permissions
    
    On issuehistory.pl you have:
    
     flagsrequired   => { circulate => "circulate_remaining_permissions" },
    
    But that really doesn't make sense. People should be able to view the history of circulation without having permission to circulate items themselves
    
    This patch changes the required permissions from circulate to catalogue.
    
    Test Plan:
    1. Login as user without the circulate_remaining_permissions
    2. Attempt to view Circulation History of an Item
    3. Does not work
    4. Apply Patch
    5. Attempt to view circulation history with a user that has access to the staff side.
    6. Can view circulation history now
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 catalogue/issuehistory.pl                                        |    2 +-
 .../intranet-tmpl/prog/en/modules/catalogue/issuehistory.tt      |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list