From 8728d0f834dfc36d92621a76cb78d03492d39c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 6 Dec 2021 15:06:19 +0100 Subject: [PATCH] Fix again the Shop has_poster checking using true Directus 9.2.0 uses booleans again now --- src/routes/shop/__layout.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/shop/__layout.svelte b/src/routes/shop/__layout.svelte index 26eafa3..a277196 100644 --- a/src/routes/shop/__layout.svelte +++ b/src/routes/shop/__layout.svelte @@ -171,7 +171,7 @@ location ( filter: { - has_poster: { _eq: 1 }, + has_poster: { _eq: true }, status: { _eq: "published" }, }, sort: "name"