[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.10-22-g4484b7d4d9

Git repo owner gitmaster at git.koha-community.org
Tue May 12 00:02:59 CEST 2020


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, 19.05.x has been updated
       via  4484b7d4d96e980a445c687398a363817f4f907c (commit)
      from  0f293662c37f76408ac2c4b952c6160dbdb9f014 (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 4484b7d4d96e980a445c687398a363817f4f907c
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Mar 30 09:39:13 2020 -0300

    Bug 25019: Make the ViewPolicy filter initialization standard
    
    This patch makes the ViewPolicy filter use the 'params' accessor instead
    of relying of ->{options} which has no accessor. This will allow
    interacting with the filter object be similar through all the filters in
    the chain.
    
    To test, we just need to verify no behaviour change takes place:
    1. Run:
       $ kshell
      k$ prove t/db_dependent/Filter_MARC_ViewPolicy.t
    => SUCCESS: Tests pass
    2. Apply this patch
    3. Repeat 1
    => SUCCESS: Tests still pass!
    4. Sign off :-D
    
    Signed-off-by: David Nind <david at davidnind.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Joy Nelson <joy at bywatersolutions.com>
    (cherry picked from commit e6c829d887b8b6aeda98a7ba57dc9ac04b79a7a3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Filter/MARC/ViewPolicy.pm | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list