Bugzilla – Attachment 125401 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.38 KB, created by
Kyle M Hall (khall)
on 2021-09-28 12:37:44 UTC
(
hide
)
Description:
Bug 28974: Hard code page = 1 instead of using javascript
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-09-28 12:37:44 UTC
Size:
1.38 KB
patch
obsolete
>From c1575ec261715bc1c4e198d4fab6c2147202a822 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 0ac3116bd2..38a79026f0 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 >@@ -71,7 +71,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 %]"/> >@@ -302,7 +302,6 @@ > var holdst; > > $('#limit').change(function() { >- $('#page').val("1"); > $('#limitselect').submit(); > }); > >-- >2.30.1 (Apple Git-130)
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