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:
authorStan Hu <stanhu@gmail.com>2018-08-18 02:15:21 +0300
committerStan Hu <stanhu@gmail.com>2018-08-18 02:16:23 +0300
commit0d95b6bf61d43314869a25c0071d81de247a7c2c (patch)
tree4a3d0e879db0be44cc00b194b5c129fb3f282890 /app/models/concerns/triggerable_hooks.rb
parent74eec89ebe0b118f8aba6051f53d5dbe5e68c2d1 (diff)
Fix "Confidential comments" button not saving in project hooks
Closes #50440
Diffstat (limited to 'app/models/concerns/triggerable_hooks.rb')
-rw-r--r--app/models/concerns/triggerable_hooks.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/concerns/triggerable_hooks.rb b/app/models/concerns/triggerable_hooks.rb
index f55ab2fcaf3..223a61119e5 100644
--- a/app/models/concerns/triggerable_hooks.rb
+++ b/app/models/concerns/triggerable_hooks.rb
@@ -6,6 +6,7 @@ module TriggerableHooks
push_hooks: :push_events,
tag_push_hooks: :tag_push_events,
issue_hooks: :issues_events,
+ confidential_note_hooks: :confidential_note_events,
confidential_issue_hooks: :confidential_issues_events,
note_hooks: :note_events,
merge_request_hooks: :merge_requests_events,