Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
@@ -1671,7 +1671,7 @@ def handle_remember_tab
request.headers['X-Angular-Request'].present?

return if controller_name == 'dashboard' && %(iframe maintab cockpit_redirect).include?(action_name)
return if action_name == 'download_summary_pdf'
return if %(download_data download_summary_pdf).include?(action_name)

remember_tab
end

0 comments on commit 0849d4a

Please sign in to comment.