From 87e5550279662bd63f3cd54d1a5b629e870c2a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Mon, 4 May 2020 13:10:00 +0200 Subject: [PATCH] [bugfix] fix loading of chill task list --- CHANGELOG.md | 5 +++++ Controller/SingleTaskController.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1cb9de80..c4662ce9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,3 +45,8 @@ Version 1.5.10 - load webpack config using a `configure` function ; +Version 1.5.11 +============== + +- [task] fix loading of chill task list ; + diff --git a/Controller/SingleTaskController.php b/Controller/SingleTaskController.php index 68f847268..fd5e26e33 100644 --- a/Controller/SingleTaskController.php +++ b/Controller/SingleTaskController.php @@ -20,7 +20,7 @@ use Chill\MainBundle\Pagination\PaginatorFactory; use Chill\TaskBundle\Repository\SingleTaskRepository; use Chill\MainBundle\Entity\User; use Chill\PersonBundle\Security\Authorization\PersonVoter; -use Chill\PersonBundle\Entity\PersonRepository; +use Chill\PersonBundle\Repository\PersonRepository; use Chill\MainBundle\Entity\UserRepository; use Chill\TaskBundle\Event\TaskEvent; use Symfony\Component\EventDispatcher\EventDispatcherInterface;