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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-21 03:10:06 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-21 03:10:06 +0300
commit11bda5e7e1637e5b0ace597aafbd45f12b429c32 (patch)
tree3cff3fdd7a4a81371863c357e4c36a6a1d2c3444 /app/controllers
parent5bbc92d39c958030d839507cf446d30e656a0f7c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/issues_controller.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/controllers/projects/issues_controller.rb b/app/controllers/projects/issues_controller.rb
index 9abcc108ace..9f5db91bcda 100644
--- a/app/controllers/projects/issues_controller.rb
+++ b/app/controllers/projects/issues_controller.rb
@@ -277,6 +277,12 @@ class Projects::IssuesController < Projects::ApplicationController
@issues = @issuables
end
+ def discussions
+ Gitlab::QueryLimiting.disable!('https://gitlab.com/gitlab-org/gitlab/-/issues/425834')
+
+ super
+ end
+
protected
def index_html_request?