Bugzilla – Attachment 75621 Details for
Bug 20831
(Bug 9573 follow-up) Pass id as first parameter instead of selector
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20831: Fix KohaTable calls after bug 9573
Bug-20831-Fix-KohaTable-calls-after-bug-9573.patch (text/plain), 1.31 KB, created by
Josef Moravec
on 2018-05-29 09:10:18 UTC
(
hide
)
Description:
Bug 20831: Fix KohaTable calls after bug 9573
Filename:
MIME Type:
Creator:
Josef Moravec
Created:
2018-05-29 09:10:18 UTC
Size:
1.31 KB
patch
obsolete
>From 0b9ba51ee777339bba828be814cd4513b016d96b Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Tue, 29 May 2018 08:49:19 +0000 >Subject: [PATCH] Bug 20831: Fix KohaTable calls after bug 9573 > >Test plan: >0) Do not apply the patch >1) Confirm not working datatable on patrons hold history page >2) Apply the patch >3) The table should be working now >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >index 68f3a2b..f2e8ebb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/holdshistory.tt >@@ -110,7 +110,7 @@ > <script type="text/javascript" id="js"> > $(document).ready(function() { > var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %]; >- var table = KohaTable("#table_holdshistory", { >+ var table = KohaTable("table_holdshistory", { > "sPaginationType": "four_button", > "aaSorting": [[4, 'desc']], > "sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', >-- >2.1.4
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 20831
:
75621
|
75629
|
75636