Bugzilla – Attachment 124875 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: Start at first page when change number of results per page
0002-Bug-28974-Start-at-first-page-when-change-number-of-.patch (text/plain), 1.47 KB, created by
Emmi Takkinen
on 2021-09-15 06:04:09 UTC
(
hide
)
Description:
Bug 28974: Start at first page when change number of results per page
Filename:
MIME Type:
Creator:
Emmi Takkinen
Created:
2021-09-15 06:04:09 UTC
Size:
1.47 KB
patch
obsolete
>From 284417c3ace038a2bfb1737b09eb9d9fd3a1939c Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 14 Sep 2021 08:22:19 -0400 >Subject: [PATCH 2/2] Bug 28974: Start at first page when change number of > results per page > >Signed-off-by: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >--- > .../intranet-tmpl/prog/en/modules/circ/view_holdsqueue.tt | 5 +++-- > 1 file changed, 3 insertions(+), 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 e7f6742163..16eb131457 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,9 +68,9 @@ > </div> > > <form action="view_holdsqueue.pl" method="get" id="limitselect"> >- <input type="hidden" name="page" value="[% page | html %]"/> >+ <input type="hidden" id="page" name="page" value="[% page | html %]"/> > <input type="hidden" name="branchlimit" value="[% branchlimit | html %]"/> >- <input type="hidden" name="run_report" value="1"/> >+ <input type="hidden" name="run_report" value="1"/> > > <label for="limit">Rows per page: </label> > <select name="limit" id="limit"> >@@ -258,6 +258,7 @@ > var holdst; > > $('#limit').change(function() { >+ $('#page').val("1"); > $('#limitselect').submit(); > }); > >-- >2.25.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 28974
:
124660
|
124864
|
124874
|
124875
|
125291
|
125292
|
125295
|
125296
|
125297
|
125371
|
125372
|
125373
|
125399
|
125400
|
125401
|
125414
|
125415
|
125416
|
125424
|
125425
|
125426
|
126277
|
168355