Skip to content
Snippets Groups Projects

migrate to v17

Merged Axel Prel requested to merge topic/17.0/RED-318 into branch/17.0
5 files
+ 16
22
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
1
@@ -64,7 +64,7 @@
if not action_redner_report:
raise exceptions.HTTPException(
description="Redner action report not found for report_name "
"%s" % reportname
f"{reportname}"
)
res, filetype = action_redner_report._render(reportname, docids, data)
filename = action_redner_report.gen_report_download_filename(docids, data)
Loading