[Bug 7072] New: Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Bug #: 7072 Summary: Use MARCAuthorityControlField008 to generate default 008 fields in AddAuthority Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_6 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Cataloging AssignedTo: gmcharlt@gmail.com ReportedBy: fcapovilla@live.ca QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com Created attachment 6012 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6012 Use MARCAuthorityControlField008 in AddAuthority for empty 008s The old default value for field 008 in AddAuthority didn't have the correct length, which could potentially cause data corruptions. Since the MARCAuthorityControlField008 preference was recently added in BUG4839, I think it would be a good idea to also use it in AddAuthority for authorities without 008 MARC fields. Patch attached. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Frédérick Capovilla <fcapovilla@live.ca> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 |PATCH-Sent Patch Status|--- |Needs Signoff Change sponsored?|--- |Sponsored AssignedTo|gmcharlt@gmail.com |fcapovilla@live.ca --- Comment #1 from Frédérick Capovilla <fcapovilla@live.ca> 2011-10-20 16:45:17 UTC --- Patch sponsored by the CCSR ( http://www.ccsr.qc.ca ) -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 --- Comment #2 from Frédérick Capovilla <fcapovilla@live.ca> 2011-10-20 17:35:03 UTC --- The BiblioAddAuthorities subroutine seems to always send authority records to AddAuthority without a 008 field. It can be used in the test plan. Test plan (MARC21 only) : * Make sure a valid value is set in the MARCAuthorityControlField008 system preference. * Activate the BiblioAddsAuthorities system preference. * Create a new bibliographic record with a manually entered authority values. (for example, "Bob" in 650$a) * Go to the details page of the authority that should have been created by BiblioAddsAuthorities. (To find it, go in the MARC view of the biblio record we just created, and click on the "Auth" link next to the authority value) * Check the value of field 008 for this authority. The value of the MARCAuthorityControlField008 system preference should have been used. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@bigballofwax.co.nz, | |jcamins@cpbibliography.com -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6012|0 |1 is obsolete| | --- Comment #3 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2011-12-01 23:25:45 UTC --- Created attachment 6498 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6498 Use MARCAuthorityControlField008 in AddAuthority for empty 008s The old default value for field 008 didn't have the correct length, which could potentially cause data corruptions. Uses the MARCAuthorityControlField008 preference added by BUG4839. http://bugs.koha-community.org/show_bug.cgi?id=7072 Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Patch Status|Needs Signoff |Signed Off --- Comment #4 from Jared Camins-Esakov <jcamins@cpbibliography.com> 2011-12-01 23:28:48 UTC --- Provided you've set your sysprefs properly, this works as expected. I also confirmed that there is no change to behavior in the authorities editor. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 M. de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m.de.rooy@rijksmuseum.nl Version|rel_3_6 |master Patch Status|Signed Off |Passed QA QAContact|koha-bugs@lists.koha-commun |m.de.rooy@rijksmuseum.nl |ity.org | --- Comment #5 from M. de Rooy <m.de.rooy@rijksmuseum.nl> 2011-12-19 14:25:24 UTC --- QA: Code looks good. Hardcoded value (when pref is empty) is the same as in marc21_field_008_authorities.pl. Marking as Passed QA. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7072 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |paul.poulain@biblibre.com Patch Status|Passed QA |Patch Pushed --- Comment #6 from Paul Poulain <paul.poulain@biblibre.com> 2011-12-27 16:59:04 UTC --- patch pushed, please test -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org