Bugzilla – Attachment 117623 Details for
Bug 27852
Link YES_NO authorized value category to 942$n in Default framework
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27852: Link YES_NO authorized value category to 942dev in Default framework
Bug-27852-Link-YESNO-authorized-value-category-to-.patch (text/plain), 1.64 KB, created by
Caroline Cyr La Rose
on 2021-03-03 19:13:50 UTC
(
hide
)
Description:
Bug 27852: Link YES_NO authorized value category to 942dev in Default framework
Filename:
MIME Type:
Creator:
Caroline Cyr La Rose
Created:
2021-03-03 19:13:50 UTC
Size:
1.64 KB
patch
obsolete
>From 41ec911b7f80de6192f26e12cd928e9891314efa Mon Sep 17 00:00:00 2001 >From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> >Date: Wed, 3 Mar 2021 14:12:34 -0500 >Subject: [PATCH] Bug 27852: Link YES_NO authorized value category to 942dev in > Default framework > >This patch add the YES_NO authorised value category to >942dev in the Default framework and sets the default value >to 0 (No). > >To test: >1) Load the yaml file >1) Load the yaml file >(I used the load_yaml.pl script after deleting the values from my database) >2) Go to cataloging and open an empty cataloging form >using the Default framework >2) Go to 942dev: the value should read No and there should >be a drop down choice between Yes and No >--- > .../marcflavour/marc21/mandatory/marc21_framework_DEFAULT.yml | 4 ++-- > 1 file changed, 2 insertions(+), 2 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 8d61a60534..63214f06b3 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 >@@ -320,7 +320,7 @@ tables: > mandatory: 0 > kohafield: > tab: 9 >- authorised_value: "" >+ authorised_value: YES_NO > authtypecode: "" > value_builder: "" > isurl: 0 >@@ -328,7 +328,7 @@ tables: > frameworkcode: "" > seealso: "" > link: "" >- defaultvalue: >+ defaultvalue: 0 > > - tagfield: "942" > tagsubfield: "s" >-- >2.17.1
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 27852
:
117623
|
119141
|
119829