Bugzilla – Attachment 116391 Details for
Bug 25777
Datatables on z3950_search.pl show incorrect number of entries
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25777: (QA follow-up) Correct option: paging
Bug-25777-QA-follow-up-Correct-option-paging.patch (text/plain), 1.08 KB, created by
Owen Leonard
on 2021-02-05 11:20:57 UTC
(
hide
)
Description:
Bug 25777: (QA follow-up) Correct option: paging
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2021-02-05 11:20:57 UTC
Size:
1.08 KB
patch
obsolete
>From c1a1dbba3213e99c5b2ce343fb6642b4ee5a6820 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 5 Feb 2021 11:19:29 +0000 >Subject: [PATCH] Bug 25777: (QA follow-up) Correct option: paging > >The correct upgrade from the old "bPaginate" option is "paging" >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 5d734568aa..a7eb3b02e1 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -235,7 +235,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : > { "aTargets": [ 1 ], "sType": "nsb-nse" }, > ], > "aaSorting": [[ 1, "asc" ]], >- "paginate": false, >+ "paging": false, > "searching": false, > "info":false > })); >-- >2.11.0
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 25777
:
105933
|
115626
|
115787
|
115788
|
116269
|
116270
|
116306
|
116307
|
116391
|
117367