Skip to content

Commit

Permalink
Add additional options to report_data for tagging and other functions…
Browse files Browse the repository at this point in the history
… which use get_dv_view instead of get_view
  • Loading branch information
karelhala committed Nov 8, 2017
1 parent 30491e2 commit f26f282
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/controllers/application_controller.rb
Expand Up @@ -1722,6 +1722,8 @@ def get_db_view(db, options = {})
options[:association] = nil
end

process_show_list_options(options, db) if @report_data_additional_options.nil?

MiqReport.load_from_view_options(db, current_user, options, db_view_yaml_cache)
end

Expand Down

0 comments on commit f26f282

Please sign in to comment.