[Bug 7054] New: NORMARC: wrong default for 000 position 17
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7054 Bug #: 7054 Summary: NORMARC: wrong default for 000 position 17 Classification: Unclassified Change sponsored?: --- Product: Koha Version: Rel_3_8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: MARC Bibliographic data support AssignedTo: magnus@enger.priv.no ReportedBy: magnus@enger.priv.no QAContact: koha-bugs@lists.koha-community.org CC: ian.walls@bywatersolutions.com The default for 000 position 17 is level 1, it should be 2. -- 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=7054 Paul Poulain <paul.poulain@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|Rel_3_8 |master --- Comment #1 from Paul Poulain <paul.poulain@biblibre.com> 2011-10-25 15:06:01 UTC --- Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday) -- 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=7054 --- Comment #2 from Magnus Enger <magnus@enger.priv.no> --- Created attachment 17467 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17467&action=edit Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home › Cataloging › Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Nivå 2, iflg. Katalogiseringsregler 2 = Nivå 1, iflg. Katalogiseringsregler) -- 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=7054 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff -- 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=7054 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17467|0 |1 is obsolete| | --- Comment #3 from Magnus Enger <magnus@enger.priv.no> --- Created attachment 17471 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17471&action=edit Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Nivå 2, iflg. Katalogiseringsregler 2 = Nivå 1, iflg. Katalogiseringsregler) -- 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=7054 Magnus Enger <magnus@enger.priv.no> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal -- 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=7054 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17471|0 |1 is obsolete| | Status|Needs Signoff |Signed Off Assignee|magnus@enger.priv.no |chris@bigballofwax.co.nz --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> --- Created attachment 17762 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17762&action=edit Signed off patch -- 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=7054 --- Comment #5 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 17765 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17765&action=edit [PASSED QA] Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Nivå 2, iflg. Katalogiseringsregler 2 = Nivå 1, iflg. Katalogiseringsregler) Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Small changes. Didn't test in a NORMARC installaton, but trusting Magnuse with this and seeing no reason why it shouldn't work. -- 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=7054 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA CC| |katrin.fischer@bsz-bw.de Patch complexity|--- |Trivial patch -- 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=7054 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17762|0 |1 is obsolete| | -- 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=7054 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #17765|0 |1 is obsolete| | --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Created attachment 17766 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17766&action=edit [PASSED QA] Bug 7054 - NORMARC: Fix default for 000 position 17 Someone at the library education in Oslo told me that it would be better to have the default for 000/17 set to 1, instead of 2 as it is today. To reproduce: - Run through the Web-installer in Norwegian and choose NORMARC as the MARC dialect - Go to Home > Cataloging > Add MARC record and start to add a new record - Click in the 000 field and it should be filled with: " nam a22 2 4500" - Reload the page, then open the value builder for 000 and click on OK - 000 should get filled with the same string as above To test: - Apply the patch and repeat the steps from above. The default value for 000 should now be: " nam a22 1 4500" (Don't be confused by the 1s and the 2s. A value of 1 in position 17 means "level 2", and a value of 2 means "level 1" - that is how it is defined in the "standard": 1 = Nivå 2, iflg. Katalogiseringsregler 2 = Nivå 1, iflg. Katalogiseringsregler) Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Small changes. Didn't test in a NORMARC installaton, but trusting Magnus with this and seeing no reason why it shouldn't work. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> -- 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=7054 Jared Camins-Esakov <jcamins@cpbibliography.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master --- Comment #7 from Jared Camins-Esakov <jcamins@cpbibliography.com> --- This patch has been pushed to master and 3.12.x. -- 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=7054 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #8 from Chris Cormack <chris@bigballofwax.co.nz> --- Pushed to 3.10.x will be in 3.10.6 -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org