Bugzilla – Attachment 116201 Details for
Bug 27005
Adding a filter in the datatable of opac-readingrecord page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27005: (follow-up) Exclude links column from sort and export
Bug-27005-follow-up-Exclude-links-column-from-sort.patch (text/plain), 1.51 KB, created by
Martin Renvoize (ashimema)
on 2021-02-02 11:05:45 UTC
(
hide
)
Description:
Bug 27005: (follow-up) Exclude links column from sort and export
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-02-02 11:05:45 UTC
Size:
1.51 KB
patch
obsolete
>From fdd0298048633be059fe62e53e74a98e033ea6a1 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 27 Jan 2021 12:13:07 +0000 >Subject: [PATCH] Bug 27005: (follow-up) Exclude links column from sort and > export > >I'm adding this as an additional follow-up in case anyone disagrees that >the "Links" column (defined in the OPACMySummaryHTML preference) should >be excluded from print and export. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >index 668e8680b9..4da626c48d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt >@@ -93,7 +93,7 @@ > <th>Call no.</th> > <th class="title-string">Date</th> > [% IF ( OPACMySummaryHTML ) %] >- <th>Links</th> >+ <th class="NoSort noExport">Links</th> > [% END %] > </tr> > </thead> >-- >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 27005
:
113570
|
115683
|
115737
|
115877
|
115878
|
115928
|
115929
|
115930
|
116020
|
116199
|
116200
| 116201 |
116202