Bugzilla – Attachment 98056 Details for
Bug 23493
jquery.dataTables.rowGrouping.js is no longer maintained, but there is an official DataTables version we could switch to
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23493: Remove commented lines
Bug-23493-Remove-commented-lines.patch (text/plain), 1.18 KB, created by
Jonathan Druart
on 2020-01-29 09:32:05 UTC
(
hide
)
Description:
Bug 23493: Remove commented lines
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-01-29 09:32:05 UTC
Size:
1.18 KB
patch
obsolete
>From 5ed2945c69801679cd9cff938a63493051c24f55 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 29 Jan 2020 10:31:33 +0100 >Subject: [PATCH] Bug 23493: Remove commented lines > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/js/checkouts.js | 4 ---- > 1 file changed, 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >index 4cb3ddf89c..8e30932b2f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/checkouts.js >@@ -607,10 +607,6 @@ $(document).ready(function() { > } > }, > "fnInitComplete": function(oSettings, json) { >- // Disable rowGrouping plugin after first use >- // so any sorting on the table doesn't use it >- //var oSettings = issuesTable.fnSettings(); >- > // Build a summary of checkouts grouped by itemtype > var checkoutsByItype = json.aaData.reduce(function (obj, row) { > obj[row.type_for_stat] = (obj[row.type_for_stat] || 0) + 1; >-- >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 23493
:
92443
|
92444
|
97324
|
97344
|
97694
|
97704
|
98041
|
98042
|
98055
| 98056 |
98118
|
98132