Commit 9d942958 authored by Robert Speicher's avatar Robert Speicher

Merge branch 'sh-fix-confidential-note-option' into 'master'

Fix "Confidential comments" button not saving in project hooks

Closes #50440

See merge request gitlab-org/gitlab-ce!21289
parents 472f2d56 0d95b6bf
......@@ -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,
......
---
title: Fix "Confidential comments" button not saving in project hooks
merge_request: 21289
author:
type: fixed
......@@ -30,6 +30,7 @@ describe Projects::HooksController do
tag_push_events: true,
merge_requests_events: true,
issues_events: true,
confidential_note_events: true,
confidential_issues_events: true,
note_events: true,
job_events: true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment