bug 2157: add ability to 'clean' staged record batches
authorGalen Charlton <gmcharlt@gmail.com>
Mon, 10 Aug 2009 04:18:08 +0000 (00:18 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:24 +0000 (23:19 +0200)
commit87ebf23ea988dc684aa863027c4e6d1e3cd8a0f0
tree857a1c951c659b6abd49a9cd3089920622191fef
parent07384d444c86d850a96533cd3c6cad7c03d3dd6a
bug 2157: add ability to 'clean' staged record batches

batches, it is now possible to 'clean' a batch by
removing all bib and item records staged in the batch.  This
has the effect of helping to reduce database space used
by old import batches as well as removing staged records
from the cataloging reservoir search.  Note that 'cleaning'
a batch affects only the copies of the records that were staged;
if the batch was committed, cleaning the batch does not
affect any bibs and items that were committed into the catalog.

Also note that once you clean a committed batch of records, it is
impossible to undo the previous commit operation.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
C4/ImportBatch.pm
koha-tmpl/intranet-tmpl/prog/en/modules/tools/manage-marc-import.tmpl
t/lib/KohaTest/ImportBatch.pm
tools/manage-marc-import.pl