You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameters for nested entries are missing from the list of entry query parameters. In particular, all the parameters provided by the NestedElementQueryTrait class are missing from the list. In particular:
field()
fieldId()
primaryOwnerId()
primaryOwner()
ownerId()
owner()
allowOwnerDrafts()
allowOwnerRevisions()
As far as I know, those aren't documented anywhere.
Suggested improvements:
Add all of those parameters to the full list linked above.
Mention those parameters on the documentation on Matrix fields with some high-level examples, and maybe also under the general section on nested elements.
The text was updated successfully, but these errors were encountered:
Interesting! This points to there potentially being more missing methods, provided by other traits. I'll look at our docgen pipeline to see if those can be roped in. ✌
Product
Craft CMS
Description
The parameters for nested entries are missing from the list of entry query parameters. In particular, all the parameters provided by the
NestedElementQueryTrait
class are missing from the list. In particular:field()
fieldId()
primaryOwnerId()
primaryOwner()
ownerId()
owner()
allowOwnerDrafts()
allowOwnerRevisions()
As far as I know, those aren't documented anywhere.
Suggested improvements:
The text was updated successfully, but these errors were encountered: