Bugzilla – Attachment 47141 Details for
Bug 15636
DataTables Warning: Requested unknown parameter from opac-detail.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt
CAM2848---Problme-de-laffichage-dtaill-dune-notice.patch (text/plain), 1.42 KB, created by
Rémi Mayrand-Provencher
on 2016-01-21 19:02:05 UTC
(
hide
)
Description:
Bug15636 - DataTables Warning: Requested unknown parameter from opac-detail.tt
Filename:
MIME Type:
Creator:
Rémi Mayrand-Provencher
Created:
2016-01-21 19:02:05 UTC
Size:
1.42 KB
patch
obsolete
>From ed8e97fc3f37560066627a74927c1a8255988577 Mon Sep 17 00:00:00 2001 >From: remi <remi.mayrand-provencher@inLibro.com> >Date: Thu, 21 Jan 2016 12:32:00 -0500 >Subject: [PATCH] =?UTF-8?q?CAM2848=20-=20Probl=C3=A8me=20de=20l'affichage?= > =?UTF-8?q?=20d=C3=A9taill=C3=A9=20d'une=20notice=20=C3=A0=20l'OPAC?= >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Fix du JQuery qui prend en charge la DataTable de opac-detail.tt > >http://bugs.koha-community.org/show_bug.cgi?id=15636 >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >index 3b5c404..20f760f 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt >@@ -1435,7 +1435,9 @@ > $(".holdingst").dataTable($.extend(true, {}, dataTablesDefaults, { > "aoColumns": [ > [% IF ( item_level_itypes ) %]null,[% END %] >- null, >+ [% UNLESS ( singleBranchModel ) %] >+ [% IF ( OpacLocationBranchToDisplay == 'home' || OpacLocationBranchToDisplay == 'both' ) %]null,[% END %] >+ [% END %] > [% IF ( OpacLocationBranchToDisplay == 'both' ) %]null,[% END %] > [% IF ( itemdata_ccode ) %]null,[% END %] > null, >-- >1.9.1
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 15636
:
47141
|
47142
|
50146
|
51186
|
53157
|
53177