Bug 23626: [alternate] Default to including all rows
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 7 Oct 2019 16:34:07 +0000 (12:34 -0400)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 9 Oct 2019 13:31:59 +0000 (14:31 +0100)
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

koha-tmpl/intranet-tmpl/prog/en/includes/chart.inc

index eaec0db..553d3c0 100644 (file)
@@ -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>