Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-07-15 23:33:25 +0300
committerGitHub <noreply@github.com>2020-07-15 23:33:25 +0300
commitc83b965dca4ed3cdad884495184fac9d968e3218 (patch)
tree4ead2ab46a7ae5badfb203e0ad0a5a187cc92e82 /plugins/ScheduledReports
parente2d9aac66838b342c75c92443e0a06b30f6d0447 (diff)
Fix download of scheduled reports (#16214)
Diffstat (limited to 'plugins/ScheduledReports')
-rw-r--r--plugins/ScheduledReports/templates/_listReports.twig1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ScheduledReports/templates/_listReports.twig b/plugins/ScheduledReports/templates/_listReports.twig
index 592b977806..b35d615d64 100644
--- a/plugins/ScheduledReports/templates/_listReports.twig
+++ b/plugins/ScheduledReports/templates/_listReports.twig
@@ -84,6 +84,7 @@
id="downloadReportForm_{{ report.idreport|e('html_attr') }}"
>
<input type="hidden" name="token_auth" value="{{ token_auth|e('html_attr') }}">
+ <input type="hidden" name="force_api_session" value="1">
</form>
<a href="javascript:void(0)"
ng-click="manageScheduledReport.displayReport({{ report.idreport|json_encode }})"