Bugzilla – Attachment 181669 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), 984 bytes, created by
Jonathan Druart
on 2025-04-29 14:43:45 UTC
(
hide
)
Description:
Bug 39775: Remove no-sort def
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-04-29 14:43:45 UTC
Size:
984 bytes
patch
obsolete
>From 442aea0e885f0db6012dbe9f929f4371d89f81ba 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> >--- > 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 172ab160bc4..0853ef14b7c 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.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 39775
:
181666
|
181668
| 181669