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:
authorMarin Jankovski <maxlazio@gmail.com>2014-10-03 18:24:11 +0400
committerMarin Jankovski <maxlazio@gmail.com>2014-10-06 12:44:01 +0400
commit20179772140ff0bdc2d61852c0a4f48ee6e4a2d0 (patch)
tree53bc3181dfa8ad8dcaf28b21bc99e3e228e6aca2 /app/controllers
parent86d5a63e5eed67637e8177082d224935dd10b8f9 (diff)
Use only webhook for slack service integration.
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/services_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/services_controller.rb b/app/controllers/projects/services_controller.rb
index 4c558e137ea..31ce9581e5f 100644
--- a/app/controllers/projects/services_controller.rb
+++ b/app/controllers/projects/services_controller.rb
@@ -40,7 +40,7 @@ class Projects::ServicesController < Projects::ApplicationController
def service_params
params.require(:service).permit(
:title, :token, :type, :active, :api_key, :subdomain,
- :room, :recipients, :project_url,
+ :room, :recipients, :project_url, :webhook
:user_key, :device, :priority, :sound
)
end