Bugzilla – Attachment 22743 Details for
Bug 11204
pendingreserves should use datatables.inc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11204: pendingreserves should use datatables.inc
Bug-11204-pendingreserves-should-use-datatablesinc.patch (text/plain), 1.42 KB, created by
Brendan Gallagher
on 2013-11-06 05:45:19 UTC
(
hide
)
Description:
Bug 11204: pendingreserves should use datatables.inc
Filename:
MIME Type:
Creator:
Brendan Gallagher
Created:
2013-11-06 05:45:19 UTC
Size:
1.42 KB
patch
obsolete
>From 96c01d72069dba13a8d19ce128309248a4d3e0a9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 5 Nov 2013 17:58:17 +0100 >Subject: [PATCH] Bug 11204: pendingreserves should use datatables.inc > >A JS error occurs on the pending reserves pages: > >ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined >if(CONFIG_EXCLUDE_ARTICLES_FROM_SORT){ > >Test plan: >Apply the patch and verify the error does not appear anymore. > >Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >index 18b3db3..c14c165 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt >@@ -4,8 +4,7 @@ > [% INCLUDE 'calendar.inc' %] > <!-- Plugin datatables --> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> >-<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> >-<script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> >+[% INCLUDE 'datatables.inc' %] > <script type="text/JavaScript" language="JavaScript"> > //<![CDATA[ > $(document).ready(function() { >-- >1.7.10.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 11204
:
22738
|
22743
|
22754