diff --git a/app/controllers/miq_policy_controller/alerts.rb b/app/controllers/miq_policy_controller/alerts.rb index 0cdbb766f99..329b6b2632d 100644 --- a/app/controllers/miq_policy_controller/alerts.rb +++ b/app/controllers/miq_policy_controller/alerts.rb @@ -116,7 +116,6 @@ def alert_field_changed @edit[:expression_options] = MiqAlert.expression_options(@edit[:new][:expression][:eval_method]) alert_build_exp_options_info end - @edit[:new][:repeat_time] = alert_default_repeat_time end @edit[:new][:expression][:options][:event_types] = [params[:event_types]].reject(&:blank?) if params[:event_types]