Bugzilla – Attachment 118786 Details for
Bug 27982
Replace obsolete title-string sorting: Acquisitions templates part 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27982: (follow-up) Address another missing instance
Bug-27982-follow-up-Address-another-missing-instan.patch (text/plain), 1.17 KB, created by
Owen Leonard
on 2021-03-25 12:25:04 UTC
(
hide
)
Description:
Bug 27982: (follow-up) Address another missing instance
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-03-25 12:25:04 UTC
Size:
1.17 KB
patch
obsolete
>From 46613ffa16e1bc7403f7f64e2da5bc8e0ba85b85 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 25 Mar 2021 12:23:59 +0000 >Subject: [PATCH] Bug 27982: (follow-up) Address another missing instance > >Remove "title-string" option from invoice-files dataTable >initialization. >--- > koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >index 3211017af9..861c0db3a3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/addorderiso2709.js >@@ -5,8 +5,7 @@ $(document).ready(function() { > $("#files").dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumnDefs": [ > { "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, >- { "sType": "anti-the", "aTargets" : [ "anti-the" ] }, >- { "sType": "title-string", "aTargets" : [ "title-string" ] } >+ { "sType": "anti-the", "aTargets" : [ "anti-the" ] } > ], > "sPaginationType": "full", > "aaSorting": [] >-- >2.11.0
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 27982
:
118468
|
118491
|
118580
|
118783
|
118786
|
118787
|
118845
|
118846
|
118847