[koha-commits] main Koha release repository branch new/bug_7146 created. v3.06.00-14-g7ee0565

Git repo owner gitmaster at git.koha-community.org
Sun Nov 6 12:04:29 CET 2011


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, new/bug_7146 has been created
        at  7ee0565f5ce75fac16de2dc06c170bc06a171e56 (commit)

- Log -----------------------------------------------------------------
commit 7ee0565f5ce75fac16de2dc06c170bc06a171e56
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Nov 3 13:41:24 2011 +0100

    7146 (Update timestamps when deleting a biblio)
    
    Currently, when you delete an item, the timestamp column in deleteditems is
    updated with current time. (This comes from an [unintentional] additional
    update statement in DelItem.) It makes deletion time visible.
    In the past, the marcxml was updated too at that moment, resulting in an
    updated timestamp in biblioitems too. The timestamp in biblio was not touched.
    
    If you delete a biblio however, the timestamps in deletedbiblio and
    deletedbiblioitems do not reflect time of deletion. They still show the time of
    last update before the record was deleted. This last update can be extracted
    from MARC field 005 too.
    
    This behavior is not consistent nor logical. I would suggest to add a statement
    in DelBiblio to force updating the timestamp in deletedbiblio(items) too. It
    makes the time of deletion visible in the record too. The time of deletion of a
    biblio can be very useful for e.g. synchronizing purposes.
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list