http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11395
Brendan Gallagher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #28999|0 |1 is obsolete| | Attachment #29000|0 |1 is obsolete| | Attachment #29001|0 |1 is obsolete| | Attachment #29002|0 |1 is obsolete| | Attachment #29003|0 |1 is obsolete| | Attachment #29004|0 |1 is obsolete| | Attachment #29056|0 |1 is obsolete| | Attachment #29509|0 |1 is obsolete| | Attachment #29569|0 |1 is obsolete| | Attachment #31344|0 |1 is obsolete| | Attachment #32184|0 |1 is obsolete| | --- Comment #49 from Brendan Gallagher <[email protected]> --- Created attachment 32239 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=32239&action=edit Bug 11395: Add a batch record modification This patch offers a new tool to modify records in a batch. This feature adds: - a new pl/tt files tools/batch_record_modification - a new permission: tools > records_batchmod Test plan for biblios: 0/ Create a new marc modification template with some actions. 1/ Generate a list of biblionumbers you want to modify. There are two ways to generate a list of biblionumbers: - using the basket: do a search, add some biblio to your basket, open the basket and click on the "Action" button > "Modify" - generating a list from a report 2/ On the "Batch record modification" tool verify: - information is correct. - the preview link show you the needed record. 3/ After clicking on the "Modify selected recors" button, verify the records have been modified as you wanted. Test plan for authority: 0/ Create a new marc modification template with some actions. 1/ Generate a list of authid using a report: 2/ On the "Batch record modification" tool verify: - authorities are display with the summary. - the preview link show you the needed record. 3/ After clicking on the "Modify selected recors" button, verify the records have been modified as you wanted. Catch of errors: if an error occurs during the modification process, the tool displays an error message. Signed-off-by: Brendan Gallagher <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
