Bugzilla – Attachment 170762 Details for
Bug 37746
SQL reports: Double class breaks rows per page selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37746: SQL reports: Double class breaks rows per page selection
Bug-37746-SQL-reports-Double-class-breaks-rows-per.patch (text/plain), 2.51 KB, created by
Owen Leonard
on 2024-08-27 11:05:17 UTC
(
hide
)
Description:
Bug 37746: SQL reports: Double class breaks rows per page selection
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-08-27 11:05:17 UTC
Size:
2.51 KB
patch
obsolete
>From 235899c43fc2bb36b7eae6835dbded1e28c1ac0b Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 27 Aug 2024 11:00:17 +0000 >Subject: [PATCH] Bug 37746: SQL reports: Double class breaks rows per page > selection > >This patch combines double class attributes in order to allow the event >listener on the element work correctly. > >To test, apply the patch and run a saved SQL report which will return >more than one page of results. > >On the results page, click the "Rows per page" menu and select a new >value. The page should reload and display the number of results you >selected. >--- > .../prog/en/modules/reports/guided_reports_start.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >index 3a4ca5778c5..99bacfa3e9b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt >@@ -1128,11 +1128,11 @@ > [% FOREACH l IN limits %] > [% IF l == limit %] > <li> >- <a class="dropdown-item" class="limitselect" data-limit="[% l | html %]" href="#"><i class="fa fa-fw fa-check" aria-hidden="true"></i> [% l | html %]</a> >+ <a class="dropdown-item limitselect" data-limit="[% l | html %]" href="#"><i class="fa fa-fw fa-check" aria-hidden="true"></i> [% l | html %]</a> > </li> > [% ELSE %] > <li> >- <a class="dropdown-item" class="limitselect" data-limit="[% l | html %]" href="#"><i class="fa fa-fw" aria-hidden="true"></i> [% l | html %]</a> >+ <a class="dropdown-item limitselect" data-limit="[% l | html %]" href="#"><i class="fa fa-fw" aria-hidden="true"></i> [% l | html %]</a> > </li> > [% END %] > [% END %] >-- >2.39.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 37746
: 170762