Fix again the Shop has_poster checking using true

Directus 9.2.0 uses booleans again now
This commit is contained in:
2021-12-06 15:06:19 +01:00
parent d655050da1
commit 8728d0f834

View File

@@ -171,7 +171,7 @@
location (
filter: {
has_poster: { _eq: 1 },
has_poster: { _eq: true },
status: { _eq: "published" },
},
sort: "name"