Bugzilla – Attachment 181991 Details for
Bug 39775
Serials claims table filters aren't working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39775: Remove no-sort def
Bug-39775-Remove-no-sort-def.patch (text/plain), 1.01 KB, created by
David Nind
on 2025-05-06 16:20:51 UTC
(
hide
)
Description:
Bug 39775: Remove no-sort def
Filename:
MIME Type:
Creator:
David Nind
Created:
2025-05-06 16:20:51 UTC
Size:
1.01 KB
patch
obsolete
>From 5fb04d7ffc76c51dce2d6bec31b01038fe856e78 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 29 Apr 2025 16:43:06 +0200 >Subject: [PATCH] Bug 39775: Remove no-sort def > >Not needed. > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index 172ab160bc..0853ef14b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -224,7 +224,6 @@ > { > dom: "t", > order: [[7, "asc"]], >- columnDefs: [{ sortable: false, targets: ["no-sort"] }], > paging: false, > }, > null, >-- >2.39.5
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 39775
:
181666
|
181668
|
181669
|
181990
| 181991