summaryrefslogtreecommitdiff
path: root/app/controllers/concerns/issuable_actions.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2018-05-07 16:35:37 +0000
committerDouwe Maan <douwe@gitlab.com>2018-05-07 16:35:37 +0000
commitf50d8079f0080e60a2e2c66f0cc93fc9bd6b1c80 (patch)
tree6a04d23ec3e93d5a90f401d3f36f216621e57c48 /app/controllers/concerns/issuable_actions.rb
parente1f6400f317160c5a1eb7ab792e7e25d1e1bb1e7 (diff)
parent1019dff2371b30979b33ce823abeadadad9cfab3 (diff)
downloadgitlab-ce-f50d8079f0080e60a2e2c66f0cc93fc9bd6b1c80.tar.gz
Merge branch 'ccr/weight_1481' into 'master'
Backport of 1481-changing-weight-values-should-trigger-system-notes See merge request gitlab-org/gitlab-ce!18699
Diffstat (limited to 'app/controllers/concerns/issuable_actions.rb')
-rw-r--r--app/controllers/concerns/issuable_actions.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/concerns/issuable_actions.rb b/app/controllers/concerns/issuable_actions.rb
index 0379f76fc3d..c925b4aada5 100644
--- a/app/controllers/concerns/issuable_actions.rb
+++ b/app/controllers/concerns/issuable_actions.rb
@@ -18,7 +18,6 @@ module IssuableActions
def update
@issuable = update_service.execute(issuable) # rubocop:disable Gitlab/ModuleWithInstanceVariables
-
respond_to do |format|
format.html do
recaptcha_check_if_spammable { render :edit }