diff --git a/src/Domain/Reporting/Controller/DashboardController.php b/src/Domain/Reporting/Controller/DashboardController.php index dd14efc1545025b1f601b610406a0c9c7c4cf963..92f33bccdc91fc2f53eb2290cadd6bd52086c408 100644 --- a/src/Domain/Reporting/Controller/DashboardController.php +++ b/src/Domain/Reporting/Controller/DashboardController.php @@ -66,7 +66,7 @@ class DashboardController extends AbstractController if (!$this->isGranted('ROLE_REFERENT')) { $user = $this->getUser(); $collectivity = $user instanceof CollectivityRelated ? $user->getCollectivity() : null; - $actions = $this->repository->getPlanifiedActionsDashBoard($this->getParameter('APP_USER_DASHBOARD_ACTION_PLAN_LIMIT'), $collectivity); + //$actions = $this->repository->getPlanifiedActionsDashBoard($this->getParameter('APP_USER_DASHBOARD_ACTION_PLAN_LIMIT'), $collectivity); } return $this->render($metrics->getTemplateViewName(), [