[v11.4.x] Alerting: Fix alert rules unpausing after moving rule to different folder (#97583)

Alerting: Fix alert rules unpausing after moving rule to different folder (#97580)

Alerting: Fix alert rules unpaused after moving rule to different folder
(cherry picked from commit f60caf6932)

Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-12-06 15:49:54 -03:00
committed by GitHub
co-authored by Santiago
parent e4a7eb6b69
commit ac481509c7
+1
View File
@@ -614,6 +614,7 @@ func CopyRule(r *AlertRule, mutators ...AlertRuleMutator) *AlertRule {
ExecErrState: r.ExecErrState,
For: r.For,
Record: r.Record,
IsPaused: r.IsPaused,
}
if r.DashboardUID != nil {