Bugzilla – Attachment 186026 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) Fix atomic update file
Bug-28639-follow-up-Fix-atomic-update-file.patch (text/plain), 1.22 KB, created by
Thibaud Guillot (thibaud_g)
on 2025-09-02 08:18:28 UTC
(
hide
)
Description:
Bug 28639: (follow-up) Fix atomic update file
Filename:
MIME Type:
Creator:
Thibaud Guillot (thibaud_g)
Created:
2025-09-02 08:18:28 UTC
Size:
1.22 KB
patch
obsolete
>From 203c9f3c3a561549abdca6848b344d61e8482f10 Mon Sep 17 00:00:00 2001 >From: Thibaud Guillot <thibaud.guillot@biblibre.com> >Date: Tue, 2 Sep 2025 10:17:43 +0200 >Subject: [PATCH] Bug 28639: (follow-up) Fix atomic update file > >--- > .../bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl >index 08da5e1316c..f897d4aa17d 100755 >--- a/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl >+++ b/installer/data/mysql/atomicupdate/bug_28639-add_OAI-PHM-EmbedSeeFromInBibRecord_syspref.pl >@@ -1,7 +1,7 @@ > use Modern::Perl; > > return { >- bug_number => "bug_28639", >+ bug_number => "28639", > description => "Add embed see-from headings for oai", > up => sub { > my ($args) = @_; >@@ -16,6 +16,6 @@ return { > } > ); > >- say $out "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord"; >+ say_success( $out, "Add new system preference OAI-PMH:EmbedSeeFromInBibRecord" ); > }, > }; >-- >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 28639
:
122500
|
142296
|
142297
|
144821
|
144822
|
144857
|
171973
|
171974
|
171975
|
186023
|
186024
|
186025
|
186026
|
186052
|
186053
|
186054
|
186055