Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
gitlab-ce
Commits
db7b066d
Commit
db7b066d
authored
7 years ago
by
Jarka Kadlecova
Browse files
Options
Download
Email Patches
Plain Diff
Add count_by_state method
parent
a7c16f68
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
ee/app/finders/epics_finder.rb
ee/app/finders/epics_finder.rb
+5
-0
No files found.
ee/app/finders/epics_finder.rb
View file @
db7b066d
...
...
@@ -19,6 +19,11 @@ class EpicsFinder < IssuableFinder
execute
.
count
end
# we don't have states for epics for now but need this method
def
count_by_state
{
all:
row_count
}
end
def
group
return
nil
unless
params
[
:group_id
]
return
@group
if
defined?
(
@group
)
...
...
This diff is collapsed.
Click to expand it.
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