Bugzilla – Attachment 24999 Details for
Bug 11605
DT: default entry is 20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11605: Fix regression
Bug-11605-Fix-regression.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2014-02-03 08:44:45 UTC
(
hide
)
Description:
Bug 11605: Fix regression
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2014-02-03 08:44:45 UTC
Size:
1.63 KB
patch
obsolete
>From adfdc132eb71bb08ac374a5b9647039790f893b7 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 3 Feb 2014 09:40:28 +0100 >Subject: [PATCH] Bug 11605: Fix regression > >Bug 11314 overrides the iDisplayLength and aLengthMenu values and should >be kept. > >Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 4 ++++ > 1 file changed, 4 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >index e504334..b537148 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt >@@ -20,6 +20,8 @@ > var pendingt = $("#pendingt").dataTable($.extend(true, {}, dataTablesDefaults, { > "bStateSave": true, > "iCookieDuration": 60*60*24*1000, // 1000 days >+ "iDisplayLength": 10, >+ "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, _("All")]], > "aoColumnDefs": [ > { "aTargets": [ 4, 9, 10 ], "bSortable": false, "bSearchable": false }, > ], >@@ -61,6 +63,8 @@ > var receivedt = $("#receivedt").dataTable($.extend(true, {}, dataTablesDefaults, { > "bStateSave": true, > "iCookieDuration": 60*60*24*1000, // 1000 days >+ "iDisplayLength": 10, >+ "aLengthMenu": [[5, 10, 20, 50, 100, -1], [5, 10, 20, 50, 100, _("All")]], > "aoColumnDefs": [ > { "aTargets": [ 5, -1 ], "bSortable": false, "bSearchable": false }, > ], >-- >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 11605
:
24672
|
24897
|
24997
|
24998
|
24999
|
25133
|
25134