Bugzilla – Attachment 177846 Details for
Bug 28453
Update pagination subroutine to generate Bootstrap markup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28453: DO NOT PUSH - FOR MARC21 TESTING ONLY
Bug-28453-DO-NOT-PUSH---FOR-MARC21-TESTING-ONLY.patch (text/plain), 1.32 KB, created by
Owen Leonard
on 2025-02-12 12:56:00 UTC
(
hide
)
Description:
Bug 28453: DO NOT PUSH - FOR MARC21 TESTING ONLY
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-12 12:56:00 UTC
Size:
1.32 KB
patch
obsolete
>From 5da600297405865d62ae4e3099f87b95568e16ec Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Mon, 25 Oct 2021 14:32:07 +0000 >Subject: [PATCH] Bug 28453: DO NOT PUSH - FOR MARC21 TESTING ONLY > >This patch changes the authority type searched by the UNIMARC 210$c >plugin from EDITORS to PERSO_NAME in order to try to make it more easily >testable by MARC21 users. > >FOR TESTING ONLY!! > >Signed-off-by: David Nind <david@davidnind.com> >--- > cataloguing/value_builder/unimarc_field_210c.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/cataloguing/value_builder/unimarc_field_210c.pl b/cataloguing/value_builder/unimarc_field_210c.pl >index fe32ccd5aa2..6e5e8ba2dc7 100755 >--- a/cataloguing/value_builder/unimarc_field_210c.pl >+++ b/cataloguing/value_builder/unimarc_field_210c.pl >@@ -106,7 +106,7 @@ sub plugin { > my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage; > > my $link = >- "../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=EDITORS&" >+ "../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=PERSO_NAME&" > . join( "&", map { "value=" . $_ } @value ) > . "&op=do_search&type=intranet&index=$index"; > >-- >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 28453
:
125849
|
126836
|
126837
|
126845
|
126846
|
127210
|
171076
|
171077
|
171078
|
171150
|
175272
|
175273
|
175274
|
175279
|
175280
|
175281
|
176663
|
176664
|
176665
|
176666
|
176667
| 177846 |
177847
|
177848
|
179092