[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-33-g9800895

Git repo owner gitmaster at git.koha-community.org
Mon Jul 10 12:41:56 CEST 2017


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, 17.05.x has been updated
       via  9800895cabade7ad8d78ff986a9a156f3962efa2 (commit)
       via  40db2dcc388706b54f13db9c312ee7f181f6bd9b (commit)
      from  d1de8225e81b4a35c603cf7896c28fbaed55b20e (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 9800895cabade7ad8d78ff986a9a156f3962efa2
Author: Christophe Croullebois <christophe.croullebois at biblibre.com>
Date:   Thu Jun 8 13:17:56 2017 +0000

    Bug 18756: Users can view aq.baskets even if they are not allowed
    
    Due to bad use of grep syntax if there is one or more Basket Users the result of grep is not equal to 0 and the borrower is allowed.
    
    Test plan :
    1- select system preference 'AcqViewBaskets' on 'user'
    2- create 2 borrowers (A, B) with only permissions on acquisition :
    group_manage
    order_manage
    order_receive
    staff
    3- login with A and create a basket
    4- add a basquet manager other than B
    5- relog with account B
    6- you can see the basket
    
    Apply the patch.
    The basket is no longer visible.
    1- relog with A
    2- add basquet manager B
    3- relog with B
    5- you must see the basket
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 0c09adbfc87b950b9f08aebede131ba694997290)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit 40db2dcc388706b54f13db9c312ee7f181f6bd9b
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jun 14 12:33:25 2017 +0200

    Bug 18756 - add Unit Test
    
    Signed-off-by: Lee Jamison <ldjamison at marywood.edu>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 8b15c064405ff4a48cb3f5803dd6bd16d49d5b9b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 C4/Acquisition.pm                   |    4 ++--
 t/Acquisition/CanUserManageBasket.t |    9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list