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-02-07 09:08:04 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-07 09:08:04 +0300
commit95a6825e19809cae0cee779c0ca3667b233a58f4 (patch)
treee5cb19ea02021cf67be33cfc30a5c4f59ccf10d5 /app/helpers
parentfcfafe81d1f1aa442c5a5c93cd27b5f5b798cb90 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/issuables_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/issuables_helper.rb b/app/helpers/issuables_helper.rb
index cec506405b7..62023c6da74 100644
--- a/app/helpers/issuables_helper.rb
+++ b/app/helpers/issuables_helper.rb
@@ -308,7 +308,7 @@ module IssuablesHelper
end
def issuables_count_for_state(issuable_type, state)
- Gitlab::IssuablesCountForState.new(finder, store_in_redis_cache: true)[state]
+ Gitlab::IssuablesCountForState.new(finder, fast_fail: true, store_in_redis_cache: true)[state]
end
def close_issuable_path(issuable)