fix: join field with the target relationship inside localized array (#10621)
Fixes https://github.com/payloadcms/payload/issues/10356
This commit is contained in:
@@ -109,6 +109,12 @@ export const Categories: CollectionConfig = {
|
||||
collection: 'posts',
|
||||
on: 'array.category',
|
||||
},
|
||||
{
|
||||
name: 'localizedArrayPosts',
|
||||
type: 'join',
|
||||
collection: 'posts',
|
||||
on: 'localizedArray.category',
|
||||
},
|
||||
{
|
||||
name: 'blocksPosts',
|
||||
type: 'join',
|
||||
|
||||
Reference in New Issue
Block a user