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:
authorSean McGivern <sean@gitlab.com>2018-07-27 13:13:36 +0300
committerSean McGivern <sean@gitlab.com>2018-07-30 12:12:04 +0300
commit3448364c95f41dfc16218dfc9460f7a60c4414f2 (patch)
treedb4313ae5cf37722a534d163e2e47134ce5a2bf9 /app/finders/issuable_finder.rb
parent2ca8219a20f16636b7a0ffa899a1a04ab8e84782 (diff)
Extract EE-specific lines from issuable finders
Diffstat (limited to 'app/finders/issuable_finder.rb')
-rw-r--r--app/finders/issuable_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/issuable_finder.rb b/app/finders/issuable_finder.rb
index 6fdfd964fca..372e2a96c2c 100644
--- a/app/finders/issuable_finder.rb
+++ b/app/finders/issuable_finder.rb
@@ -130,7 +130,7 @@ class IssuableFinder
counts[:all] = counts.values.sum
- counts
+ counts.with_indifferent_access
end
def group