Skip to content

Commit

Permalink
Allow Schedule to have also custom MiqReport in Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ZitaNemeckova committed Mar 23, 2018
1 parent dfc4edf commit a2adb44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/report_controller/schedules.rb
Expand Up @@ -298,7 +298,7 @@ def schedule_set_form_vars
@edit[:new] = {}
@edit[:current] = {}
@edit[:key] = "schedule_edit__#{@schedule.id || "new"}"
@menu = get_reports_menu(true)
@menu = get_reports_menu
@menu.each { |r| @folders.push(r[0]) }

@edit[:new][:name] = @schedule.name
Expand Down

0 comments on commit a2adb44

Please sign in to comment.