From 691a738198e71689f17ff14ee49896f2ae4a5284 Mon Sep 17 00:00:00 2001 From: Gilbert Cherrie Date: Wed, 25 Jun 2025 11:59:17 -0400 Subject: [PATCH] Fix the settings ops schedule toolbar --- app/controllers/ops_controller/settings/schedules.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/ops_controller/settings/schedules.rb b/app/controllers/ops_controller/settings/schedules.rb index 2855d6d694a..756a46036aa 100644 --- a/app/controllers/ops_controller/settings/schedules.rb +++ b/app/controllers/ops_controller/settings/schedules.rb @@ -59,6 +59,7 @@ def schedule_add def schedule_edit assert_privileges("schedule_edit") + @in_a_form = true case params[:button] when "cancel" @schedule = MiqSchedule.find_by(:id => params[:id])