[Bug 16954] New: Add the diff view to authorities in staged MARC records
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 Bug ID: 16954 Summary: Add the diff view to authorities in staged MARC records Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: ASSIGNED Severity: enhancement Priority: P5 - low Component: Tools Assignee: hector.hecaxmmx@gmail.com Reporter: hector.hecaxmmx@gmail.com QA Contact: testopia@bugs.koha-community.org Since authorities can be imported thru staged MARC tool and a diff view has been added to the tool for bib records, it is necessary to do the diff view for authorities records. If you make a "Record matching rule" for authorities you can match one existing auth record with the batch imported. The problem is that when a match is found and you click in "View diff" the tool shows you a bib record compared with the authority record imported. -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 --- Comment #1 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 53610 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53610&action=edit MARC for personal names -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 --- Comment #2 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 53611 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53611&action=edit MARC for subjects term -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 --- Comment #3 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 53613 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53613&action=edit Bug 16954: Add the diff view to authorities in staged MARC records To test: -Update database: $ perl installer/data/mysql/updatedatabase.pl -Go to Authorities and click in New from Z39.50 -Copy the authors: (Maxwell Robert, L. | Tanenbaum, Andrew S.) from Library of Congress -Copy the subjects: Water-supply, Watering troughs from Library of Congress -Reindex zebra -Download the file personal_test_auth.mrc above in attachments -Go to Tools -> Stage MARC records for import and upload the file personal_test_auth.mrc this file provide the same authors copied before with extra data. -When upload progress is 100% chose: "Record type -> Authorities" "Record matching rule -> 100$a (Personal name)" -Click in "Stage for import" -In match details colum will match the two records, click in View and you'll see the original record and the diff with the imported. -Download the file subjects_test_auth.mrc above in attachments and stage the records -When upload progress is 100% chose: "Record type -> Authorities" "Record matching rule -> 150$a (Topical term)" -In match details colum will match the two records, click in View and you'll see the original record and the diff with the imported. Extra test: -Test with existing bib records. Verify that your records have ISBN 10 Koha convert ISBN 13 to 10 and sometimes fails. "Record type -> Bibliographic" "Record matching rule -> ISBN (020$a)" -See that diff view works as before Sponsored-by: Universidad de El Salvador -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |Needs Signoff -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 --- Comment #4 from Héctor Eduardo Castro Avalos <hector.hecaxmmx@gmail.com> --- Created attachment 53617 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53617&action=edit Bug 16954: Add the "record matching rules" for all languages This patch add the matching rules for all languages so diff tool works properly in all languages for new installations To test: Execute the sql: SET FOREIGN_KEY_CHECKS=0; truncate marc_matchers; truncate matchpoints; truncate matcher_matchpoints; truncate matchpoint_components; truncate matchpoint_component_norms; SET FOREIGN_KEY_CHECKS=1; mysql -ukohauser -ppassword koha < kohaclone/installer/data/mysql/es-ES/marcflavour/marc21/optional/marc21_default_matching_rules.sql Go to Tool -> Record matching rules. You will see the new data in Spanish Sponsored-by: Universidad de El Salvador -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 Marjorie Barry-Vila <marjorie.barry-vila@ccsr.qc.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marjorie.barry-vila@ccsr.qc | |.ca -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 Joy Nelson <joy@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hagud@orex.es --- Comment #5 from Joy Nelson <joy@bywatersolutions.com> --- *** Bug 20130 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16954 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|Patch doesn't apply |RESOLVED CC| |katrin.fischer@bsz-bw.de --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- We just got some patches on the duplicate bug 21579 that are signed off. Marking this as duplicate. *** This bug has been marked as a duplicate of bug 21579 *** -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org