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-08-26 03:10:28 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-26 03:10:28 +0300
commit34f4e3a0546d07f26530b1169c072d473bb5be8a (patch)
treee3c0c3da627ef8e614ebec0256b899a80c8c2ffa /app/graphql/graphql_triggers.rb
parent9b5b5f51f5c8c24c2e5dbfd79c823326a91fe567 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/graphql_triggers.rb')
-rw-r--r--app/graphql/graphql_triggers.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/graphql/graphql_triggers.rb b/app/graphql/graphql_triggers.rb
index b39875b83a9..8086d8c02a4 100644
--- a/app/graphql/graphql_triggers.rb
+++ b/app/graphql/graphql_triggers.rb
@@ -21,3 +21,5 @@ module GraphqlTriggers
GitlabSchema.subscriptions.trigger('issuableDatesUpdated', { issuable_id: issuable.to_gid }, issuable)
end
end
+
+GraphqlTriggers.prepend_mod