Skip to content

Commit

Permalink
Merge pull request #19041 from jrafanie/fix_broken_widget_set_seed
Browse files Browse the repository at this point in the history
Oops.  Fix broken widget set seed.
  • Loading branch information
bdunne authored Jul 23, 2019
2 parents 51d3580 + af2eaff commit f238ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/miq_widget_set.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def self.sync_from_file(filename)
if ws
if ws.updated_on.utc < File.mtime(filename).utc
$log.info("Widget Set: [#{ws.description}] file has been updated on disk, synchronizing with model")
widget.update!(attrs)
ws.update!(attrs)
ws.replace_children(members)
end
else
Expand Down

0 comments on commit f238ea1

Please sign in to comment.