Fix again the Shop has_poster checking using true
Directus 9.2.0 uses booleans again now
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
|
||||
location (
|
||||
filter: {
|
||||
has_poster: { _eq: 1 },
|
||||
has_poster: { _eq: true },
|
||||
status: { _eq: "published" },
|
||||
},
|
||||
sort: "name"
|
||||
|
||||
Reference in New Issue
Block a user