Bugzilla – Attachment 126837 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), 2.55 KB, created by
Owen Leonard
on 2021-10-25 14:37:25 UTC
(
hide
)
Description:
Bug 28453: DO NOT PUSH - FOR MARC21 TESTING ONLY
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-10-25 14:37:25 UTC
Size:
2.55 KB
patch
obsolete
>From 8a9966e69e181cf0cb49aee2f4ffeb5430a01792 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!! >--- > cataloguing/value_builder/unimarc_field_210c.pl | 2 +- > .../en/modules/cataloguing/value_builder/unimarc_field_210c.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/cataloguing/value_builder/unimarc_field_210c.pl b/cataloguing/value_builder/unimarc_field_210c.pl >index c9e1ebbcf8..2d7f582206 100755 >--- a/cataloguing/value_builder/unimarc_field_210c.pl >+++ b/cataloguing/value_builder/unimarc_field_210c.pl >@@ -101,7 +101,7 @@ my ($input) = @_; > my $from = $offset + 1; > my $to = ( $offset + $resultsperpage > $total ) ? $total : $offset + $resultsperpage; > >- my $link="../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=EDITORS&".join("&",map {"value=".$_} @value)."&op=do_search&type=intranet&index=$index"; >+ my $link="../cataloguing/plugin_launcher.pl?plugin_name=unimarc_field_210c.pl&authtypecode=PERSO_NAME&".join("&",map {"value=".$_} @value)."&op=do_search&type=intranet&index=$index"; > > $template->param(result => $results) if $results; > $template->param('index' => scalar $query->param('index')); >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt >index 04787c7236..a9f27410c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/value_builder/unimarc_field_210c.tt >@@ -16,7 +16,7 @@ > <input type="hidden" name="type" value="intranet" /> > <input type="hidden" name="nbstatements" value="[% nbstatements | html %]" /> > <input type="hidden" name="index" value="[% index | html %]" /> >- <input type="hidden" name="authtypecode" value="EDITORS" /> >+ <input type="hidden" name="authtypecode" value="PERSO_NAME" /> > <input type="hidden" name="q" value="[% index | html %]" /> > <input type="hidden" name="marclist" value="all" /> > <input type="hidden" name="and_or" value="and" /> >-- >2.20.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 28453
:
125849
|
126836
|
126837
|
126845
|
126846
|
127210
|
171076
|
171077
|
171078
|
171150
|
175272
|
175273
|
175274
|
175279
|
175280
|
175281
|
176663
|
176664
|
176665
|
176666
|
176667