From c3a98d8fcc2f9f7a0ce8816c8cf9dbebe58e64e9 Mon Sep 17 00:00:00 2001 From: Elias Werberich Date: Thu, 24 Mar 2016 11:12:45 +0100 Subject: Implementing 'Groups View' and 'TODOs View' as options for dashboard preferences. Fixes #14585. --- app/controllers/root_controller.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/controllers') diff --git a/app/controllers/root_controller.rb b/app/controllers/root_controller.rb index ad04c646e1b..627be74a38f 100644 --- a/app/controllers/root_controller.rb +++ b/app/controllers/root_controller.rb @@ -26,6 +26,10 @@ class RootController < Dashboard::ProjectsController redirect_to activity_dashboard_path when 'starred_project_activity' redirect_to activity_dashboard_path(filter: 'starred') + when 'groups' + redirect_to dashboard_groups_path + when 'todos' + redirect_to dashboard_todos_path else return end -- cgit v1.2.3