Bugzilla – Attachment 184744 Details for
Bug 40508
Set maxlength in marc21_framework_DEFAULT.yml
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40508: (follow-up) Update more item field maxlengths
Bug-40508-follow-up-Update-more-item-field-maxleng.patch (text/plain), 3.41 KB, created by
Owen Leonard
on 2025-07-28 12:15:31 UTC
(
hide
)
Description:
Bug 40508: (follow-up) Update more item field maxlengths
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-07-28 12:15:31 UTC
Size:
3.41 KB
patch
obsolete
>From f3cab8b3707f70e6a65bd108072d2481322b0a46 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 28 Jul 2025 12:09:27 +0000 >Subject: [PATCH] Bug 40508: (follow-up) Update more item field maxlengths > >- 2 - Source of classification or shelving scheme >- 8 - Collection >- a - Home library >- b - Current library >- c - Shelving location >- f - Coded location qualifier >- i - Inventory number >- o - Full call number >- t - Copy number >- y - Koha item type >--- > .../mandatory/marc21_framework_DEFAULT.yml | 20 +++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) > >diff --git a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >index 03687e4181f..f1d25b4c0bd 100644 >--- a/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >+++ b/installer/data/mysql/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml >@@ -420,7 +420,7 @@ tables: > > - tagfield: "952" > tagsubfield: "2" >- maxlength: 9999 >+ maxlength: 10 > liblibrarian: "Source of classification or shelving scheme" > libopac: "Source of classification or shelving scheme" > repeatable: 0 >@@ -534,7 +534,7 @@ tables: > > - tagfield: "952" > tagsubfield: "8" >- maxlength: 9999 >+ maxlength: 80 > liblibrarian: "Collection" > libopac: "Collection" > repeatable: 0 >@@ -572,7 +572,7 @@ tables: > > - tagfield: "952" > tagsubfield: "a" >- maxlength: 9999 >+ maxlength: 10 > liblibrarian: "Home library" > libopac: "Home library" > repeatable: 0 >@@ -591,7 +591,7 @@ tables: > > - tagfield: "952" > tagsubfield: "b" >- maxlength: 9999 >+ maxlength: 10 > liblibrarian: "Current library" > libopac: "Current library" > repeatable: 0 >@@ -610,7 +610,7 @@ tables: > > - tagfield: "952" > tagsubfield: "c" >- maxlength: 9999 >+ maxlength: 80 > liblibrarian: "Shelving location" > libopac: "Shelving location" > repeatable: 0 >@@ -667,7 +667,7 @@ tables: > > - tagfield: "952" > tagsubfield: "f" >- maxlength: 9999 >+ maxlength: 10 > liblibrarian: "Coded location qualifier" > libopac: "Coded location qualifier" > repeatable: 0 >@@ -724,7 +724,7 @@ tables: > > - tagfield: "952" > tagsubfield: "i" >- maxlength: 9999 >+ maxlength: 80 > liblibrarian: "Inventory number" > libopac: "Inventory number" > repeatable: 0 >@@ -819,7 +819,7 @@ tables: > > - tagfield: "952" > tagsubfield: "o" >- maxlength: 9999 >+ maxlength: 255 > liblibrarian: "Full call number" > libopac: "Full call number" > repeatable: 0 >@@ -914,7 +914,7 @@ tables: > > - tagfield: "952" > tagsubfield: "t" >- maxlength: 9999 >+ maxlength: 32 > liblibrarian: "Copy number" > libopac: "Copy number" > repeatable: 0 >@@ -1009,7 +1009,7 @@ tables: > > - tagfield: "952" > tagsubfield: "y" >- maxlength: 9999 >+ maxlength: 10 > liblibrarian: "Koha item type" > libopac: "Koha item type" > repeatable: 0 >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40508
:
184610
|
184743
|
184744
|
184763
|
184764