[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:
@@ -176,7 +176,7 @@
|
||||
|
||||
location (
|
||||
filter: {
|
||||
has_poster: { _eq: true },
|
||||
has_poster: { _eq: 1 },
|
||||
status: { _eq: "published" },
|
||||
},
|
||||
sort: "name"
|
||||
|
||||
Reference in New Issue
Block a user