summaryrefslogtreecommitdiff
path: root/app/controllers/concerns
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <zegerjan@gitlab.com>2017-04-28 14:06:03 +0000
committerDouwe Maan <douwe@gitlab.com>2017-04-28 14:06:03 +0000
commit3155f5a2723403aa36432a2e95e1dd30c78cfb94 (patch)
tree1318ad35f424d20a0b1fa59f4440f373aded94a1 /app/controllers/concerns
parente57545351b22f7d31839c4fc2f4bb760ef0e75a4 (diff)
downloadgitlab-ce-3155f5a2723403aa36432a2e95e1dd30c78cfb94.tar.gz
Accept default branch param on notifaction services
Diffstat (limited to 'app/controllers/concerns')
-rw-r--r--app/controllers/concerns/service_params.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/concerns/service_params.rb b/app/controllers/concerns/service_params.rb
index a8c0937569c..be2e6c7f193 100644
--- a/app/controllers/concerns/service_params.rb
+++ b/app/controllers/concerns/service_params.rb
@@ -38,6 +38,7 @@ module ServiceParams
:new_issue_url,
:notify,
:notify_only_broken_pipelines,
+ :notify_only_default_branch,
:password,
:priority,
:project_key,