- Almost all fields are displayed as expanded in the cataloguing screens, because hidden=0 when it should be -1, see bug ??? - translate Koha-specific fields - some unnecessary punctuation should be removed - problem with encoding - æøå not displayed correctly
Created attachment 4882 [details] [review] Proposed patch Changes also pushed to: https://github.com/MagnusEnger/kohawork/tree/bug6678-normarc - Almost all fields are displayed as expanded in the cataloguing screens, because hidden=0 when it should be -1 - Koha-specific fields need to be translated - some unnecessary punctuation should be removed - problem with encoding - æøå not displayed correctly
Comment on attachment 4882 [details] [review] Proposed patch Still some encoding problems, new patch coming!
Created attachment 5041 [details] [review] Revised patch It's probably enough to test that this results in a installer/data/mysql/nb-NO/marcflavour/normarc/Obligatorisk/normarc.sql that loads OK into the database. Unless someone feels like checking against the NORMARC standard that it actually makes sense? ;-)
Created attachment 5055 [details] [review] Bug 6678 - Fix some problems with the standard NORMARC framework - Almost all fields are displayed as expanded in the cataloguing screens, because hidden=0 when it should be -1 - Koha-specific fields need to be translated - some unnecessary punctuation should be removed - problem with encoding - æøå not displayed correctly Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> - created a new database with all nb-NO sample files, no errors reported - checked the cataloging frameworks for displaying problems - saved record and created an item - all koha specific fields translated No problems found.
Pushed, please test