diff --git a/app/controllers/report_controller/reports/editor.rb b/app/controllers/report_controller/reports/editor.rb index 9d6124178a5..db68f8fe049 100644 --- a/app/controllers/report_controller/reports/editor.rb +++ b/app/controllers/report_controller/reports/editor.rb @@ -1391,6 +1391,7 @@ def set_form_vars end @edit[:current] = ["copy", "new"].include?(params[:action]) ? {} : copy_hash(@edit[:new]) + @edit[:new][:name] = "Copy of #{@rpt.name}" if params[:pressed] == "miq_report_copy" # For trend reports, check for percent field chosen if @rpt.db && @rpt.db == TREND_MODEL &&