Bugzilla – Attachment 125297 Details for
Bug 28974
Add pagination to holds queue viewer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28974: Hard code page = 1 instead of using javascript
Bug-28974-Hard-code-page--1-instead-of-using-javas.patch (text/plain), 1.36 KB, created by
Kyle M Hall (khall)
on 2021-09-24 18:06:28 UTC
(
hide
)
Description:
Bug 28974: Hard code page = 1 instead of using javascript
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-09-24 18:06:28 UTC
Size:
1.36 KB
patch
obsolete
>From e9d9faf91781bfd8443d8c826697a8f1c059d2df Mon Sep 17 00:00:00 2001 >From: Kyle Hall <kyle@bywatersolutions.com> >Date: Fri, 24 Sep 2021 14:05:59 -0400 >Subject: [PATCH] Bug 28974: Hard code page = 1 instead of using javascript > >--- > .../intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >index 6f65131d0ef..f61bb24246f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt >@@ -68,7 +68,7 @@ > </div> > > <form action="view_holdsqueue.pl" method="get" id="limitselect"> >- <input type="hidden" id="page" name="page" value="[% page | html %]"/> >+ <input type="hidden" name="page" value="1"/> > <input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/> > <input type="hidden" name="itemtypeslimit" value="[% itemtypeslimit | html %]"/> > <input type="hidden" name="ccodeslimit" value="[% ccodeslimit | html %]"/> >@@ -261,7 +261,6 @@ > var holdst; > > $('#limit').change(function() { >- $('#page').val("1"); > $('#limitselect').submit(); > }); > >-- >2.30.2
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 28974
:
124660
|
124864
|
124874
|
124875
|
125291
|
125292
|
125295
|
125296
|
125297
|
125371
|
125372
|
125373
|
125399
|
125400
|
125401
|
125414
|
125415
|
125416
|
125424
|
125425
|
125426
|
126277
|
168355