summaryrefslogtreecommitdiff
path: root/app/services/projects/operations
diff options
context:
space:
mode:
authorPeter Leitzen <pleitzen@gitlab.com>2019-01-07 19:46:34 +0100
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-07 19:46:34 +0100
commit6710c87434e6d2508dc6b2553594258e77d23723 (patch)
tree50cb2758d6038831dfa2b53782e24b4aac6b6cea /app/services/projects/operations
parent191c20d71447dca1a516b27c01a152a43cf8be69 (diff)
downloadgitlab-ce-6710c87434e6d2508dc6b2553594258e77d23723.tar.gz
Implement error tracking configuration
Re-use operations controller which already handles tracing settings.
Diffstat (limited to 'app/services/projects/operations')
-rw-r--r--app/services/projects/operations/update_service.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/projects/operations/update_service.rb b/app/services/projects/operations/update_service.rb
index 7ff0599ee95..abd6d8de750 100644
--- a/app/services/projects/operations/update_service.rb
+++ b/app/services/projects/operations/update_service.rb
@@ -12,7 +12,7 @@ module Projects
private
def project_update_params
- {}
+ params.slice(:error_tracking_setting_attributes)
end
end
end