Bugzilla – Attachment 178408 Details for
Bug 27859
MARC export for search results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27859: (follow-up) Correct MARC XML to MARCXML
Bug-27859-follow-up-Correct-MARC-XML-to-MARCXML.patch (text/plain), 2.80 KB, created by
David Gustafsson
on 2025-02-20 12:57:31 UTC
(
hide
)
Description:
Bug 27859: (follow-up) Correct MARC XML to MARCXML
Filename:
MIME Type:
Creator:
David Gustafsson
Created:
2025-02-20 12:57:31 UTC
Size:
2.80 KB
patch
obsolete
>From a05f0857192bd6e4a87c13c479c653297c5f705d Mon Sep 17 00:00:00 2001 >From: David Gustafsson <david.gustafsson@ub.gu.se> >Date: Thu, 20 Feb 2025 12:51:16 +0100 >Subject: [PATCH] Bug 27859: (follow-up) Correct MARC XML to MARCXML > >--- > .../prog/en/modules/admin/preferences/searching.pref | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >index e95c1b6a9b0..27279571606 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref >@@ -175,7 +175,7 @@ Searching: > 1: Enable > 0: "Don't enable" > - exporting search results (Elasticsearch only). >- - "<p><strong>NOTE:</strong> Records exceeding the ISO2709 record size will show as separate MARC XML downloads regardless of the selected export format.</p>" >+ - "<p><strong>NOTE:</strong> Records exceeding the ISO2709 record size will show as separate MARCXML downloads regardless of the selected export format.</p>" > - > - pref: ElasticsearchSearchResultExportCustomFormats > type: textarea >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >index ed242b6fca8..cf6060a2aee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt >@@ -369,7 +369,7 @@ > </button> > <ul class="dropdown-menu"> > <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=ISO2709[% PROCESS sort_search_query %]">MARC (UTF-8)</a></li> >- <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=MARCXML[% PROCESS sort_search_query %]">MARC XML</a></li> >+ <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=MARCXML[% PROCESS sort_search_query %]">MARCXML</a></li> > [% FOREACH id IN custom_export_formats.keys %] > <li><a class="dropdown-item" href="/cgi-bin/koha/catalogue/search.pl?count=[% results_per_page | uri %]&export=1&export_format=[% id | uri %][% PROCESS sort_search_query %]">[% custom_export_formats.$id.name | html %]</a></li> > [% END %] >-- >2.48.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 27859
:
117718
|
117721
|
124892
|
124893
|
128632
|
131442
|
131443
|
132993
|
132997
|
133076
|
145243
|
145244
|
145263
|
145300
|
147927
|
147935
|
147936
|
162342
|
162343
|
163761
|
163762
|
178145
|
178146
|
178370
|
178371
|
178376
|
178377
|
178399
|
178400
|
178401
|
178402
|
178406
|
178407
| 178408