From 9dc1f3f52a78e171114e9132470e86495119d4bc Mon Sep 17 00:00:00 2001 From: sebastien <dupuy@datakode.fr> Date: Fri, 7 Oct 2022 15:35:15 +0200 Subject: [PATCH] =?UTF-8?q?mise=20en=20commentaires=20de=20la=20liste=20de?= =?UTF-8?q?s=20actions=20planifi=C3=A9es=20=C3=A0=20cause=20de=20problemes?= =?UTF-8?q?=20de=20lenteur?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Domain/Reporting/Controller/DashboardController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Domain/Reporting/Controller/DashboardController.php b/src/Domain/Reporting/Controller/DashboardController.php index dd14efc15..92f33bccd 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(), [ -- GitLab