diff --git a/app/controllers/concerns/report_actions.rb b/app/controllers/concerns/report_actions.rb index fe4426a45..e301aa1a6 100644 --- a/app/controllers/concerns/report_actions.rb +++ b/app/controllers/concerns/report_actions.rb @@ -88,6 +88,7 @@ module ReportActions el[:children] = generate_result_contents_json(report_el) end res << el + res << generate_new_el(false) end else file_name = contents.file_name