Bugzilla – Attachment 174908 Details for
Bug 38484
Filters on the "Holds to pull" page is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38484: Remove filters for 'Actions'
Bug-38484-Remove-filters-for-Actions.patch (text/plain), 1.35 KB, created by
Jonathan Druart
on 2024-11-22 07:37:02 UTC
(
hide
)
Description:
Bug 38484: Remove filters for 'Actions'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-11-22 07:37:02 UTC
Size:
1.35 KB
patch
obsolete
>From 53454879d211cfb1b572e5e437f6f5154e036325 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 22 Nov 2024 08:35:07 +0100 >Subject: [PATCH] Bug 38484: Remove filters for 'Actions' > >--- > .../intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 5c0a190a799..6da9f47985a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -83,7 +83,7 @@ > <th>Earliest hold date</th> > <th>Hold notes</th> > <th class="string-sort">Pickup location</th> >- <th>Action</th> >+ <th class="NoSort">Action</th> > </tr> > </thead> > <tbody> >@@ -334,6 +334,9 @@ > var table_settings = [% TablesSettings.GetTableSettings('circ', 'holds', 'holds-to-pull', 'json') | $raw %]; > var holdst = KohaTable("holdst", { > "pagingType": "full_numbers", >+ "columnDefs": [ >+ { "orderable": false, "searchable": false, "targets": [ 'NoSort' ] }, >+ ], > }, table_settings, true, null, filters_options); > }); > </script> >-- >2.34.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 38484
:
174788
|
174806
|
174907
| 174908 |
174909