Bugzilla – Attachment 130575 Details for
Bug 30090
Don't export action buttons from patron results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30090: Don't export some columns in patron search results
Bug-30090-Dont-export-some-columns-in-patron-searc.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2022-02-14 21:12:40 UTC
(
hide
)
Description:
Bug 30090: Don't export some columns in patron search results
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-02-14 21:12:40 UTC
Size:
1.69 KB
patch
obsolete
>From 24d8685a1dbd6bdcc9eb1728d3a1fc7fccdd25c4 Mon Sep 17 00:00:00 2001 >From: Fridolin Somers <fridolin.somers@biblibre.com> >Date: Mon, 14 Feb 2022 11:04:25 -1000 >Subject: [PATCH] Bug 30090: Don't export some columns in patron search results > >The checkout and Edit buttons should not export (Exel, Print) on the patron search result list. >Same for fist column with checkboxes. > >Test plan : >1) Go to patrons module /cgi-bin/koha/members/members-home.pl >2) Perform a search with results >3) Click on 'Export' then 'Print' >=> Check you dont see column with checkboxes (text 'Select patron') and colum with actions > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >index 82d3a5bbb4..b7ef036f21 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/member.tt >@@ -107,7 +107,7 @@ > <thead> > <tr> > [% IF CAN_user_borrowers_edit_borrowers || CAN_user_tools_manage_patron_lists %] >- <th> </th> >+ <th class="noExport"> </th> > [% END %] > <th>Card</th> > <th>Name</th> >@@ -118,7 +118,7 @@ > <th>OD/Checkouts</th> > <th>Fines</th> > <th>Circ note</th> >- <th> </th> >+ <th class="noExport"> </th> > </tr> > </thead> > <tbody></tbody> >-- >2.30.2
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 30090
:
130574
| 130575