From fe134419a334fc2d8fe997cbc53857bc5866ae8f Mon Sep 17 00:00:00 2001 From: Oleksii Kriuchykhin Date: Thu, 11 May 2017 13:51:43 +0200 Subject: [PATCH] Fix step actions in reports [SCI-1254] --- app/controllers/concerns/report_actions.rb | 1 + 1 file changed, 1 insertion(+) 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