[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:
co-authored by
Santiago
parent
e4a7eb6b69
commit
ac481509c7
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user