Bugzilla – Attachment 168311 Details for
Bug 37178
Column "comments" in ILL requests table gives error on sorting, paging cannot be changed
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37178: Disable sorting on comments column
Bug-37178-Disable-sorting-on-comments-column.patch (text/plain), 948 bytes, created by
Pedro Amorim
on 2024-07-01 10:30:26 UTC
(
hide
)
Description:
Bug 37178: Disable sorting on comments column
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-07-01 10:30:26 UTC
Size:
948 bytes
patch
obsolete
>From 99f3d2738ea58add238011f1e866c74a8bcf08bb Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 1 Jul 2024 10:30:08 +0000 >Subject: [PATCH] Bug 37178: Disable sorting on comments column > >--- > koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >index d1aefcc5e8..ded2cca3b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/ill-list-table.js >@@ -390,7 +390,7 @@ $(document).ready(function() { > }, > { > "data": "comments_count", >- "orderable": true, >+ "orderable": false, > "searchable": false, > "render": function(data, type, row, meta) { > return escape_str(data); >-- >2.39.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 37178
:
168311
|
172242
|
174407