Bugzilla – Attachment 75629 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.46 KB, created by
Séverine Queune
on 2018-05-29 12:13:32 UTC
(
hide
)
Description:
Bug 20831: Fix KohaTable calls after bug 9573
Filename:
MIME Type:
Creator:
Séverine Queune
Created:
2018-05-29 12:13:32 UTC
Size:
1.46 KB
patch
obsolete
>From 5ca002d47b5709bacb70672ef249c9bc0899d095 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 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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 > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > 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