[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.05-28-gaeb33f91a5

Git repo owner gitmaster at git.koha-community.org
Fri Nov 13 19:55:00 CET 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, 20.05.x has been updated
       via  aeb33f91a500c9b022777e858df9c916932f50e0 (commit)
      from  710c9039ee6a1f465d1615f56ceafd3cb26fb184 (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 aeb33f91a500c9b022777e858df9c916932f50e0
Author: Björn Nylén <bjorn.nylen at ub.lu.se>
Date:   Tue Oct 20 14:11:16 2020 +0200

    Bug 26750: Deleted items not indexed
    
    After deleting an item it is still searchable in the index. Similar to bug 26507 where record is reindexed before the database is changed.
    
    To test:
    1. Delete an item
    2. Search the barcode in the main search box. You'll find the original record but wiht hte deleted item missing.
    3. Apply patch.
    4. Repeat steps 1-2 (with another item). No record should be found.
    
    Note to test you have to have the indexer running, not the cron job, and it
    needs to be running fast so that the index is updated before the delete
    takes place
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    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 395bb760394e6947303de7e342882148944e9026)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/Item.pm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list