Bugzilla – Attachment 93916 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: Add missing TT failure
Bug-23626-Add-missing-TT-failure.patch (text/plain), 1.26 KB, created by
Kyle M Hall (khall)
on 2019-10-09 12:29:50 UTC
(
hide
)
Description:
Bug 23626: Add missing TT failure
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2019-10-09 12:29:50 UTC
Size:
1.26 KB
patch
obsolete
>From db4a19b5dc5f69e8be8315f19ff315620ffeed49 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 9 Oct 2019 08:28:32 -0400 >Subject: [PATCH] Bug 23626: Add missing TT failure > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/reports/guided_reports_start.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 3bd9794a36..cbb846a8cf 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 >@@ -1161,7 +1161,7 @@ canned reports and writing custom SQL reports.</p> > $(document).ready(function(){ > > $("body").on('click',".fetch_chart_data",function(){ >- if( [% unlimited_total %] > 1000 ){ >+ if( [% unlimited_total | $raw %] > 1000 ){ > if( confirm("Fetching full chart data for reports with many rows can cause performance issues. Are you sure you with to chart this report?") ){ > return true; > } else { >-- >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