From 8c07a0d03e64227c552f3b4530d3a1e1ba53402b Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 3 Sep 2016 20:39:13 -0400 Subject: Convert task distribution chart to Vue.js component --- app/Controller/AnalyticController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Controller/AnalyticController.php') diff --git a/app/Controller/AnalyticController.php b/app/Controller/AnalyticController.php index c3e7409a..1949b6b8 100644 --- a/app/Controller/AnalyticController.php +++ b/app/Controller/AnalyticController.php @@ -83,11 +83,11 @@ class AnalyticController extends BaseController * * @access public */ - public function tasks() + public function taskDistribution() { $project = $this->getProject(); - $this->response->html($this->helper->layout->analytic('analytic/tasks', array( + $this->response->html($this->helper->layout->analytic('analytic/task_distribution', array( 'project' => $project, 'metrics' => $this->taskDistributionAnalytic->build($project['id']), 'title' => t('Task distribution'), -- cgit v1.2.3