Bugzilla – Attachment 93915 Details for
Bug 23626
Add a system preference to limit the number of rows of data used when charting or exporting report results
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23626: [alternate] Default to including all rows
Bug-23626-alternate-Default-to-including-all-rows.patch (text/plain), 1.33 KB, created by
Kyle M Hall (khall)
on 2019-10-09 12:29:47 UTC
(
hide
)
Description:
Bug 23626: [alternate] Default to including all rows
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-10-09 12:29:47 UTC
Size:
1.33 KB
patch
obsolete
>From 2338532ee98c8dc76f0e44001a6f92250e631299 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 7 Oct 2019 12:34:07 -0400 >Subject: [PATCH] Bug 23626: [alternate] Default to including all rows > >If a person is fetching all data, it seems most likely that that person wants >to see all the data in the chart. We should default to that behavior. > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc >index eaec0db29e..553d3c0286 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc >@@ -36,7 +36,7 @@ > [% IF allresults.size %] > <li> > <label for="include-all">Include all rows (ignore pagination):</label> >- <input id="include-all" name="chart-include-all" type="checkbox" /> >+ <input id="include-all" name="chart-include-all" type="checkbox" checked="checked"/> > </li> > [% ELSE %] > <li> >-- >2.21.0 (Apple Git-122)
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 23626
:
92845
|
92904
|
92905
|
92908
|
92909
|
92910
|
92919
|
92920
|
92921
|
92992
|
92994
|
93126
|
93137
|
93204
|
93406
|
93589
|
93720
|
93723
|
93729
|
93914
| 93915 |
93916
|
93981