Alerting: Fix alert rules unpausing after moving rule to different folder (#97580)
Alerting: Fix alert rules unpaused after moving rule to different folder
This commit is contained in:
@@ -628,6 +628,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