]> git.koha-community.org Git - koha.git/commit
Bug 11473 - add 'biblio' and 'item' to cataloguing logging info
authorDavid Cook <dcook@prosentient.com.au>
Mon, 6 Jan 2014 04:01:10 +0000 (15:01 +1100)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 25 Mar 2014 08:49:06 +0000 (09:49 +0100)
commit6ab253669060c71ab368b58418fcdc3bfe3e73b6
tree0b3e8dae4e740c47d84a66fcb14e79cf0e4cedfe
parentc805997ac597faaf4985d7ff70431417a0cd7306
Bug 11473 - add 'biblio' and 'item' to cataloguing logging info

This patch adds the words 'biblio' and 'item' to the 'info'
of the cataloguing logs which were missing them (such as biblio
delete, biblio mod, item mod, upload cover image).

This patch also adds 'authority' for authority mod.

_TEST PLAN_

Before applying:
1) Create/view mods for items, biblios, and authorities.
2) Create/view biblio deletion
3) Create/view upload cover image log
4) Note that none of these contain the words 'biblio','item',or
'authority' in their "Info" columns.

Apply patch.

5) Repeat steps 1-3
6) Note that the new logs contain 'biblio','item', and 'authority'
in their "Info" column, while the past ones don't.
7) Note also that 'biblio' and 'item' will have 'Biblio' and 'Item'
appear in their "Object" column for the new logs

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 5885077fbbc97add0d077898c06726ef3106eee9)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/AuthoritiesMarc.pm
C4/Biblio.pm
C4/Items.pm
tools/upload-cover-image.pl