Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
48ac2ac4
Commit
48ac2ac4
authored
Oct 16, 2020
by
Nick Thomas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the soft_fail_count_by_state feature flag
parent
2d7b79bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
app/finders/issuable_finder.rb
app/finders/issuable_finder.rb
+3
-1
No files found.
app/finders/issuable_finder.rb
View file @
48ac2ac4
...
@@ -153,8 +153,10 @@ class IssuableFinder
...
@@ -153,8 +153,10 @@ class IssuableFinder
end
end
def
row_count
def
row_count
fast_fail
=
Feature
.
enabled?
(
:soft_fail_count_by_state
,
params
.
group
||
params
.
project
)
Gitlab
::
IssuablesCountForState
Gitlab
::
IssuablesCountForState
.
new
(
self
,
nil
,
fast_fail:
Feature
.
enabled?
(
:soft_fail_count_by_state
,
parent
)
)
.
new
(
self
,
nil
,
fast_fail:
fast_fail
)
.
for_state_or_opened
(
params
[
:state
])
.
for_state_or_opened
(
params
[
:state
])
end
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment