Bugzilla – Attachment 144822 Details for
Bug 28639
Embed see-from headings (from authorities) into bibliographic records at OAI repository level
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28639: (follow_up) changing syspref name on atomic update file
Bug-28639-followup-changing-syspref-name-on-atomic.patch (text/plain), 1.70 KB, created by
Thibaud Guillot (thibaud_g)
on 2022-12-23 13:30:32 UTC
(
hide
)
Description:
Bug 28639: (follow_up) changing syspref name on atomic update file
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2022-12-23 13:30:32 UTC
Size:
1.70 KB
patch
obsolete
>From 39a14613e972267a4cfd1a1bffdcc83d997abfa5 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Fri, 23 Dec 2022 14:24:31 +0100 >Subject: [PATCH] Bug 28639: (follow_up) changing syspref name on atomic update > file > >--- > ... bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename installer/data/mysql/atomicupdate/{bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl => bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl} (69%) > >diff --git a/installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl >similarity index 69% >rename from installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl >rename to installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl >index 4665e24be0..08da5e1316 100755 >--- a/installer/data/mysql/atomicupdate/bug_28639-add_EmbedSeeFromInBibRecord_syspref.pl >+++ b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl >@@ -11,11 +11,11 @@ return { > q{ > INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) > VALUES ( >- 'EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo' >+ 'OAI-PMH:EmbedSeeFromInBibRecord', '0', NULL, 'Add embed see-from headings for OAI', 'YesNo' > ) > } > ); > >- say $out "Syspref EmbedSeeFromInBibRecord for OAI"; >+ say $out "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord"; > }, > }; >-- >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 28639
:
122500
|
142296
|
142297
|
144821
|
144822
|
144857
|
171973
|
171974
|
171975