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:
authorChantal Rollison <crollison@gitlab.com>2018-05-03 00:34:05 +0300
committerChantal Rollison <crollison@gitlab.com>2018-05-03 21:18:51 +0300
commit1019dff2371b30979b33ce823abeadadad9cfab3 (patch)
tree3926d84cb32cc42a03d9cd84854d0c6ea91e6161 /app/controllers/concerns
parentff77806150a0f965694d9492657e11f6891eba11 (diff)
Backport of 1481-changing-weight-values-should-trigger-system-notes
Diffstat (limited to 'app/controllers/concerns')
-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 }