Skip to content

Commit 691a738

Browse files
Fix the settings ops schedule toolbar
1 parent a81c8c8 commit 691a738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/ops_controller/settings/schedules.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def schedule_add
5959

6060
def schedule_edit
6161
assert_privileges("schedule_edit")
62+
@in_a_form = true
6263
case params[:button]
6364
when "cancel"
6465
@schedule = MiqSchedule.find_by(:id => params[:id])

0 commit comments

Comments
 (0)