From ddfa6a3ecb9d1953bdfb395b4a482dd55d4b466b Mon Sep 17 00:00:00 2001 From: Gwadaking Date: Thu, 9 Apr 2026 00:37:28 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20pagination=20d=C3=A9sactiv=C3=A9e=20sur?= =?UTF-8?q?=20/spots=20=E2=80=94=20retourne=20tous=20les=20spots=20OSM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/Entity/CoastalPoint.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/Entity/CoastalPoint.php b/backend/src/Entity/CoastalPoint.php index 4a79fca..9b5eec9 100644 --- a/backend/src/Entity/CoastalPoint.php +++ b/backend/src/Entity/CoastalPoint.php @@ -24,6 +24,7 @@ use Symfony\Component\Uid\Uuid; ], normalizationContext: ['groups' => ['spot:read']], order: ['name' => 'ASC'], + paginationEnabled: false, )] class CoastalPoint {