summaryrefslogtreecommitdiff
path: root/app/controllers/dashboard/milestones_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/dashboard/milestones_controller.rb')
-rw-r--r--app/controllers/dashboard/milestones_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/dashboard/milestones_controller.rb b/app/controllers/dashboard/milestones_controller.rb
index 1369e82a69b..34d9739d91c 100644
--- a/app/controllers/dashboard/milestones_controller.rb
+++ b/app/controllers/dashboard/milestones_controller.rb
@@ -4,7 +4,7 @@ class Dashboard::MilestonesController < Dashboard::ApplicationController
before_action :projects
before_action :groups, only: :index
- feature_category :issue_tracking
+ feature_category :team_planning
def index
respond_to do |format|