summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJames <git@jamedjo.co.uk>2016-08-08 23:30:01 +0100
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2016-10-06 13:37:37 +0100
commit492b4332a46fa0ae7d6547fe7417977f34c77b99 (patch)
tree911b830ce9e7fba2828f2499f2ca0cf4c7972606 /config
parent1584dc02d4f3a4cf7bbe5c12c292c884f7cb3dc9 (diff)
downloadgitlab-ce-492b4332a46fa0ae7d6547fe7417977f34c77b99.tar.gz
Added link to bulk assign issues to MR author. (Issue #18876)
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 224ec7e8324..6c0c2a1184f 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -277,6 +277,7 @@ resources :namespaces, path: '/', constraints: { id: /[a-zA-Z.0-9_\-]+/ }, only:
post :remove_wip
get :diff_for_path
post :resolve_conflicts
+ post :assign_related_issues
end
collection do