Skip to content

Commit

Permalink
fix report formatter deprecation warning
Browse files Browse the repository at this point in the history
DEPRECATION WARNING: ReportFormatter::ReportRenderer is deprecated!
Use ManageIQ::Reporting::Formatter::ReportRenderer instead.
  • Loading branch information
kbrock committed Apr 1, 2020
1 parent 959a827 commit 2ec4e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_report/formatters/text.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module MiqReport::Formatters::Text
def to_text
ReportFormatter::ReportRenderer.render(:text) do |e|
ManageIQ::Reporting::Formatter::ReportRenderer.render(:text) do |e|
e.options.mri = (self) # set the MIQ_Report instance in the formatter
e.options.ignore_table_width = true
end
Expand Down

0 comments on commit 2ec4e92

Please sign in to comment.