Bugzilla – Attachment 165266 Details for
Bug 36663
Table configuration options on items table don't show in staff interface
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36663: Don't hide table elements if StaffDetailItemSelection is enabled
Bug-36663-Dont-hide-table-elements-if-StaffDetailI.patch (text/plain), 1.45 KB, created by
David Nind
on 2024-04-22 11:25:55 UTC
(
hide
)
Description:
Bug 36663: Don't hide table elements if StaffDetailItemSelection is enabled
Filename:
MIME Type:
Creator:
David Nind
Created:
2024-04-22 11:25:55 UTC
Size:
1.45 KB
patch
obsolete
>From b5e520a0ef355ab267efb595444b6d7180f41173 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 22 Apr 2024 11:08:36 +0000 >Subject: [PATCH] Bug 36663: Don't hide table elements if > StaffDetailItemSelection is enabled > >Signed-off-by: David Nind <david@davidnind.com> >--- > .../html_helpers/tables/items/catalogue_detail.inc | 7 ------- > 1 file changed, 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >index 4ce2888120..e554d3f661 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers/tables/items/catalogue_detail.inc >@@ -806,13 +806,6 @@ > } > ); > >- if (!add_filters && settings._iRecordsDisplay == settings._iRecordsTotal && settings._iDisplayLength >= settings._iRecordsDisplay){ >- let container = $(this).parent(); >- container.find(".dt-info").remove(); >- container.find(".top.pager").remove(); >- container.find(".bottom.pager").remove(); >- } >- > [% IF ( SpineLabelShowPrintOnBibDetails ) %] > $(".print-label").on("click", function(e){ > e.preventDefault(); >-- >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 36663
:
165262
|
165266
|
165322
|
165323
|
165324
|
165326
|
165327
|
165328
|
165352
|
165353
|
165354