Bugzilla – Attachment 92125 Details for
Bug 23441
Export should not include the 'actions' column in Z3950 results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23441: Export should not include the 'actions' column in Z3950 results.
Bug-23441-Export-should-not-include-the-actions-co.patch (text/plain), 1.70 KB, created by
Katrin Fischer
on 2019-08-10 11:45:01 UTC
(
hide
)
Description:
Bug 23441: Export should not include the 'actions' column in Z3950 results.
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-08-10 11:45:01 UTC
Size:
1.70 KB
patch
obsolete
>From b6b12aeb1a646f07923fd2eba12158ec6b095116 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 9 Aug 2019 11:43:42 +0000 >Subject: [PATCH] Bug 23441: Export should not include the 'actions' column in > Z3950 results. > >This patch adds the "noExport" class to the table header for the Z39.50 >search results "Actions" column. This class prevents the column from >being included in DataTables export operations. > >To test, apply the patch and perform a Z39.50 search from Cataloging. On >the search results page, click the "Export or print" button. Choose one >of the export options and verify that in the resulting data there is no >"Actions" column. > >Signed-off-by: Maryse Simard <maryse.simard@inlibro.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >index 37a77becec..e020742167 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt >@@ -125,7 +125,7 @@ > [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] > <th>Additional fields</th> > [% END %] >- <th>Actions</th> >+ <th class="noExport">Actions</th> > </tr> > </thead> > <tbody> >-- >2.11.0
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 23441
:
92117
|
92121
| 92125