summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-03-21 15:25:00 +0000
committerSean McGivern <sean@mcgivern.me.uk>2017-03-21 15:25:00 +0000
commit1974691bfe372f805a635319a8f7dbd6e0537485 (patch)
treebd4bf0c17f74e6b12c1859f0b87dc76a545c7222 /app/controllers/dashboard
parentdb8f52d4014b489eb11c8408db262a9329c8800d (diff)
downloadgitlab-ce-1974691bfe372f805a635319a8f7dbd6e0537485.tar.gz
Revert "Merge branch '29534-todos-performance' into 'master'"
This reverts merge request !10076
Diffstat (limited to 'app/controllers/dashboard')
-rw-r--r--app/controllers/dashboard/todos_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/dashboard/todos_controller.rb b/app/controllers/dashboard/todos_controller.rb
index 096de8032ae..498690e8f11 100644
--- a/app/controllers/dashboard/todos_controller.rb
+++ b/app/controllers/dashboard/todos_controller.rb
@@ -51,7 +51,7 @@ class Dashboard::TodosController < Dashboard::ApplicationController
private
def find_todos
- @todos ||= TodosFinder.new(current_user, params.merge(include_associations: true)).execute
+ @todos ||= TodosFinder.new(current_user, params).execute
end
def todos_counts