Bugzilla – Attachment 20293 Details for
Bug 10716
The booksellers template generates a JS error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10716: the basketgroup template does not include all datatables file.
Bug-10716-the-basketgroup-template-does-not-includ.patch (text/plain), 1.37 KB, created by
Jonathan Druart
on 2013-08-13 10:27:46 UTC
(
hide
)
Description:
Bug 10716: the basketgroup template does not include all datatables file.
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-08-13 10:27:46 UTC
Size:
1.37 KB
patch
obsolete
>From f127fad2ac01686028ce2c917506ba37254bbc26 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Tue, 13 Aug 2013 12:25:35 +0200 >Subject: [PATCH] Bug 10716: the basketgroup template does not include all > datatables file. > >Go on acqui/basketgroup.tt and verify a js error occurred >(ReferenceError: CONFIG_EXCLUDE_ARTICLES_FROM_SORT is not defined). >Apply the patch and verify the error does not appear anymore. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 6bb0048..0dfd1c0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -4,6 +4,7 @@ > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] > <script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> >+[% INCLUDE 'datatables-strings.inc' %] > <script type="text/javascript" src="[% themelang %]/js/datatables.js"></script> > <script type="text/javascript" src="[% yuipath %]/utilities/utilities.js"></script> > <script type="text/javascript" src="[% yuipath %]/button/button-min.js"></script> >-- >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 10716
:
20293
|
20340
|
20414