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:
authorPaco Guzman <pacoguzmanp@gmail.com>2016-07-11 09:10:04 +0300
committerPaco Guzman <pacoguzmanp@gmail.com>2016-07-12 19:57:52 +0300
commit244134f9c33dea0003dc2403dceace4b94a87d2e (patch)
tree07bbef940f2a33a9b3a510d0c326f3288991fe62 /app/finders/todos_finder.rb
parent97999fd4203846ad807de18eab5d7a2176344ce1 (diff)
Cache todos pending/done dashboard query counts
Diffstat (limited to 'app/finders/todos_finder.rb')
-rw-r--r--app/finders/todos_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/todos_finder.rb b/app/finders/todos_finder.rb
index 7806d9e4cc5..1a8f490355b 100644
--- a/app/finders/todos_finder.rb
+++ b/app/finders/todos_finder.rb
@@ -8,7 +8,7 @@
# action_id: integer
# author_id: integer
# project_id; integer
-# state: 'pending' or 'done'
+# state: 'pending' (default) or 'done'
# type: 'Issue' or 'MergeRequest'
#