[Koha-bugs] [Bug 7475] Option to overlay authorities

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jun 14 00:24:26 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7475

--- Comment #1 from Jared Camins-Esakov <jcamins at cpbibliography.com> ---
Created attachment 10262
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=10262&action=edit
Bug 7475: Enable authority overlay

This patch does the following:
* Completes authority support within Koha's import batch code
* Completes authority support in Koha's matching rule code
* Exposes the ability to stage and commit batches of authorities using
  the renamed scripts misc/stage_file.pl and misc/commit_file.pl

To test:
1. Find a file of authorities (a sample file with MARC21 authorities
   is attached to bug 7475) and download it to your server
2. Stage the file using the following command (replace <filename> with
   the name of the file you saved in step 1):
   > misc/stage_file.pl --file <filename> --authorities
3. Note the batch number the script assigns to your batch
4. Commit the records using the following command (replace <batchnumber>
   with the batch number you made note of in step 3):
   > misc/commit_file.pl --batch-number <batchnumber>
5. Index the authorities Zebraqueue (or wait)
6. Confirm that the new authorities appear.
7. Revert the import with the following command:
   > misc/commit_file.pl --batch-number <batchnumber> --revert
8. Index the authorities Zebraqueue (or wait)
9. Confirm that the records have been removed

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list