Skip to content

Commit

Permalink
Merge pull request #22508 from kbrock/report_conditions
Browse files Browse the repository at this point in the history
fix no superclass method conditions= for MiqReport
  • Loading branch information
Fryguy authored May 12, 2023
2 parents e0e8c6e + 53ceef9 commit a7f6806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def col_format_with_defaults

def conditions=(exp)
exp = MiqExpression.new(exp) if exp && !exp.kind_of?(MiqExpression)
super
write_attribute("conditions", exp)
end

# NOTE: this can by dynamically manipulated
Expand Down

0 comments on commit a7f6806

Please sign in to comment.