Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 18:14:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-01-19 18:14:05 +0300
commitb22f3af733282394aa18261c073adbec117a1d47 (patch)
treeb1fff6ae393a9f4c0a95d2529f374bb538d90b50 /app/services/incident_management
parente67f3f55d2b887e13181a37e34275a82fce28b9a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/services/incident_management')
-rw-r--r--app/services/incident_management/issuable_escalation_statuses/after_update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/incident_management/issuable_escalation_statuses/after_update_service.rb b/app/services/incident_management/issuable_escalation_statuses/after_update_service.rb
index 49d7198d7b0..a7a99f88b32 100644
--- a/app/services/incident_management/issuable_escalation_statuses/after_update_service.rb
+++ b/app/services/incident_management/issuable_escalation_statuses/after_update_service.rb
@@ -27,7 +27,7 @@ module IncidentManagement
def sync_to_alert
return unless alert
- return unless escalation_status.status_previously_changed?
+ return if alert.status == escalation_status.status
::AlertManagement::Alerts::UpdateService.new(
alert,