Bugzilla – Attachment 133707 Details for
Bug 30373
Rewrite UNIMARC installer data to YAML
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30373: (followup) Optional SUGGEST auth values
Bug-30373-followup-Optional-SUGGEST-auth-values.patch (text/plain), 1.47 KB, created by
Bernardo Gonzalez Kriegel
on 2022-04-24 00:01:23 UTC
(
hide
)
Description:
Bug 30373: (followup) Optional SUGGEST auth values
Filename:
MIME Type:
Creator:
Bernardo Gonzalez Kriegel
Created:
2022-04-24 00:01:23 UTC
Size:
1.47 KB
patch
obsolete
>From f26ecf2c3177808a2c4e8e406525f9dce407861e Mon Sep 17 00:00:00 2001 >From: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> >Date: Sat, 23 Apr 2022 20:47:55 -0300 >Subject: [PATCH] Bug 30373: (followup) Optional SUGGEST auth values > >This patch adds 3 SUGGEST optional auth_val.yml > >This authorized value is used in UNIMARC default bibliographic >framework. > >To test: >1) Do a clean install with optional files or load the YAML file >2) Verify new SUGGEST values are in the database > SELECT * FROM authorised_values WHERE category = 'SUGGEST'; > > Check new values Budget, Expensive and Poldoc >--- > installer/data/mysql/en/optional/auth_val.yml | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/installer/data/mysql/en/optional/auth_val.yml b/installer/data/mysql/en/optional/auth_val.yml >index 6612ae4134..b680987a00 100644 >--- a/installer/data/mysql/en/optional/auth_val.yml >+++ b/installer/data/mysql/en/optional/auth_val.yml >@@ -43,6 +43,18 @@ tables: > authorised_value: "AVILL" > lib: "Available via ILL" > >+ - category: "SUGGEST" >+ authorised_value: "Budget" >+ lib: "Insufficient budget" >+ >+ - category: "SUGGEST" >+ authorised_value: "Expensive" >+ lib: "Document too expensive" >+ >+ - category: "SUGGEST" >+ authorised_value: "Poldoc" >+ lib: "Document not corresponding to our acquisition policy" >+ > - authorised_values: > translatable: [ lib, lib_opac ] > multiline: [] >-- >2.25.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 30373
:
132279
|
132280
|
132281
|
132282
|
132874
|
133059
|
133060
|
133126
|
133127
|
133630
|
133658
|
133704
|
133705
|
133706
| 133707 |
133723
|
133724