Bugzilla – Attachment 50600 Details for
Bug 16328
datatables on opac-suggestions.pl broken by js error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 16328: follow-up for bug 15044 - Fix datatable error
PASSED-QA-Bug-16328-follow-up-for-bug-15044---Fix-.patch (text/plain), 1.45 KB, created by
Katrin Fischer
on 2016-04-24 21:12:45 UTC
(
hide
)
Description:
[PASSED QA] Bug 16328: follow-up for bug 15044 - Fix datatable error
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-04-24 21:12:45 UTC
Size:
1.45 KB
patch
obsolete
>From 3892703ca919807dc323403eec0b8617a21b4164 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Sat, 23 Apr 2016 07:21:54 +0100 >Subject: [PATCH] [PASSED QA] Bug 16328: follow-up for bug 15044 - Fix > datatable error > >Bug 15044 added a new column to the suggestion table at the OPAC but >forgot to modify the DT params. > >Test plan: >The suggestion table at the OPAC should not be broken with this patch. > >NOTE: Sorting was broken prior to patch. > Sorting was fixed after patch. > The added null causes the field count to match up properly. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index f9f92f2..45b5e59 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -286,6 +286,7 @@ > [% IF ( loggedinusername ) %]null,[% END %] > { "sType": "anti-the" }, > null, >+ null, > [% IF Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 %]null,[% END %] > [% IF Koha.Preference( 'OpacSuggestionManagedBy' ) %]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 16328
:
50592
|
50598
| 50600