[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-8-gfd65d22

Git repo owner gitmaster at git.koha-community.org
Mon Mar 7 09:27:26 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, 3.22.x has been updated
       via  fd65d2264e830c1a41e2cbfbe94049ca7d1eddda (commit)
       via  a835060b9c10272fccf5262f5c77cc9d0031de7f (commit)
      from  ecfa54ff1701824061a8ff924779b98decb1d4a4 (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 fd65d2264e830c1a41e2cbfbe94049ca7d1eddda
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
    (cherry picked from commit 818b1871519f0348cc54a60c76e2c8192f36bb3c)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit a835060b9c10272fccf5262f5c77cc9d0031de7f
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
    (cherry picked from commit e8c5fb11fbebc86742325aea745bc7253d9110d8)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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