We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa78d86 + 691a738 commit 66865b8Copy full SHA for 66865b8
app/controllers/ops_controller/settings/schedules.rb
@@ -59,6 +59,7 @@ def schedule_add
59
60
def schedule_edit
61
assert_privileges("schedule_edit")
62
+ @in_a_form = true
63
case params[:button]
64
when "cancel"
65
@schedule = MiqSchedule.find_by(:id => params[:id])
0 commit comments