Bugzilla – Attachment 146916 Details for
Bug 31432
MARC21: Make 245 n and p subfields visible in frameworks by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31432: Make 245$n$p visible by default in frameworks
Bug-31432-Make-245np-visible-by-default-in-framewo.patch (text/plain), 1.82 KB, created by
Katrin Fischer
on 2023-02-18 11:57:04 UTC
(
hide
)
Description:
Bug 31432: Make 245$n$p visible by default in frameworks
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-02-18 11:57:04 UTC
Size:
1.82 KB
patch
obsolete
>From f26889425bb1837497e6521e1d10aa230e2d4394 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 18 Feb 2023 11:53:49 +0000 >Subject: [PATCH] Bug 31432: Make 245$n$p visible by default in frameworks > >$n (part_number) and $p (part_name) now have their own >columns in the database, but we are still hiding them >by default. It woudl ease testing and cataloguig if >we changed them to be visible by default in new installations. > >To test: >* Check that in your current frameworks when adding a new > record, 245 n and p are hidden >* Apply the patch and start over: drop your db and run the > web installer >* Verify that the fields are now visible >--- > .../marc21/mandatory/marc21_framework_DEFAULT.yml | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 c2c50cad2d..9497e72385 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 >@@ -14016,7 +14016,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: -6 >+ hidden: 0 > frameworkcode: "" > seealso: "" > link: "" >@@ -14034,7 +14034,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: -6 >+ hidden: 0 > frameworkcode: "" > seealso: "" > link: "" >@@ -14268,7 +14268,7 @@ tables: > authtypecode: "" > value_builder: "" > isurl: >- hidden: -6 >+ hidden: 9 > frameworkcode: "" > seealso: "" > link: "" >-- >2.30.2
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 31432
:
146916
|
146918
|
149717
|
149752