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.
1 parent c5aca73 commit 42fcdcfCopy full SHA for 42fcdcf
app/controllers/ops_controller/settings/schedules.rb
@@ -59,7 +59,7 @@ def schedule_add
59
60
def schedule_edit
61
assert_privileges("schedule_edit")
62
- @in_a_form = true
+ # @in_a_form = true
63
case params[:button]
64
when "cancel"
65
@schedule = MiqSchedule.find_by(:id => params[:id])
0 commit comments