[temp] Fix Shop locations with poster only

Boolean considered as 0/1 now? Directus bug (https://github.com/directus/directus/issues/10065)
This commit is contained in:
2021-11-28 23:13:04 +01:00
parent e20ac61c97
commit cf1ba3efec

View File

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