From c6a7d40a4f6e047c6716592f6190ff4323e6b886 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 10 Mar 2022 22:01:09 +0100 Subject: [PATCH] backports murph-skeleton --- core/Entity/Site/Node.php | 5 ++--- core/Resources/translations/messages.fr.yaml | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/Entity/Site/Node.php b/core/Entity/Site/Node.php index 6c9b77e..23eb1d6 100644 --- a/core/Entity/Site/Node.php +++ b/core/Entity/Site/Node.php @@ -3,8 +3,9 @@ namespace App\Core\Entity\Site; use App\Core\Doctrine\Timestampable; +use App\Core\Entity\Analytic\Referer; +use App\Core\Entity\Analytic\View; use App\Core\Entity\EntityInterface; -use App\Core\Entity\NodeView; use App\Core\Entity\Site\Page\Page; use App\Core\Repository\Site\NodeRepository; use Doctrine\Common\Collections\ArrayCollection; @@ -12,8 +13,6 @@ use Doctrine\Common\Collections\Collection; use Doctrine\ORM\Mapping as ORM; use Gedmo\Mapping\Annotation as Gedmo; use function Symfony\Component\String\u; -use App\Core\Entity\Analytic\View; -use App\Core\Entity\Analytic\Referer; /** * @Gedmo\Tree(type="nested") diff --git a/core/Resources/translations/messages.fr.yaml b/core/Resources/translations/messages.fr.yaml index cdba966..b01d000 100644 --- a/core/Resources/translations/messages.fr.yaml +++ b/core/Resources/translations/messages.fr.yaml @@ -220,3 +220,5 @@ "Roles": "Rôles" "Condition": "Condition" "Security": "Sécurité" +"At least one role": "Au moins un rôle" +"All roles": "Tous les rôles"