Summary: | MARC21: Adjust maxlength for 005, 006 and 007 | ||
---|---|---|---|
Product: | Koha | Reporter: | Marcel de Rooy <m.de.rooy> |
Component: | MARC Bibliographic data support | Assignee: | Marcel de Rooy <m.de.rooy> |
Status: | Signed Off --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: |
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40272 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40508 |
||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 40284: Adjust maxlength for 005-007.
Bug 40284: Fix typo in data/marc21_field_006.xml Bug 40284: Adjust maxlength for 005-007. Bug 40284: Fix typo in data/marc21_field_006.xml |
Description
Marcel de Rooy
2025-07-01 14:41:37 UTC
Created attachment 183688 [details] [review] Bug 40284: Adjust maxlength for 005-007. Test plan: Run dbrev or new install. Verify the maxlength for 005-007 in marc_subfield_structure. Restart all. Check maxlength on input tags in the basic editor for fields 005-007. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 183833 [details] [review] Bug 40284: Fix typo in data/marc21_field_006.xml It reads position 12-18 and "six positions". Since the length is 18, the final position is 17. Test plan: Test 006 plugin in basic editor. Switch type of material to CF (computer files). Check length of 006 in editor when saving the 006 form. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Created attachment 185810 [details] [review] Bug 40284: Adjust maxlength for 005-007. Test plan: Run dbrev or new install. Verify the maxlength for 005-007 in marc_subfield_structure. Restart all. Check maxlength on input tags in the basic editor for fields 005-007. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Created attachment 185811 [details] [review] Bug 40284: Fix typo in data/marc21_field_006.xml It reads position 12-18 and "six positions". Since the length is 18, the final position is 17. Test plan: Test 006 plugin in basic editor. Switch type of material to CF (computer files). Check length of 006 in editor when saving the 006 form. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Owen Leonard <oleonard@myacpl.org> (In reply to Owen Leonard from comment #3) > Signed-off-by: Owen Leonard <oleonard@myacpl.org> Great! |