fix: ensures nested querying works when querying across collections
This commit is contained in:
@@ -502,7 +502,6 @@ export class ParamParser {
|
||||
}
|
||||
} else {
|
||||
lastIncompletePath.complete = true;
|
||||
lastIncompletePath.collectionSlug = matchedField.relationTo;
|
||||
lastIncompletePath.path = currentPath;
|
||||
|
||||
const nestedPathToQuery = pathSegments.slice(nextSegmentIsLocale ? i + 2 : i + 1).join('.');
|
||||
|
||||
Reference in New Issue
Block a user