-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot query relationship in blocks #9171
Labels
Comments
stofolus
added
status: needs-triage
Possible bug which hasn't been reproduced yet
v3
validate-reproduction
labels
Nov 13, 2024
github-actions
bot
added
created-by: Contributor
and removed
validate-reproduction
labels
Nov 13, 2024
This comment has been minimized.
This comment has been minimized.
r1tsuu
added a commit
that referenced
this issue
Nov 14, 2024
github-actions
bot
removed
the
status: needs-triage
Possible bug which hasn't been reproduced yet
label
Nov 14, 2024
github-actions
bot
added
status: needs-triage
Possible bug which hasn't been reproduced yet
and removed
status: verified
If an issue has been reproduced
labels
Nov 14, 2024
github-actions
bot
removed
the
status: needs-triage
Possible bug which hasn't been reproduced yet
label
Nov 14, 2024
🚀 This is included in version v3.0.0-beta.131 |
This issue has been automatically locked. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the Bug
Before the change where relationship keys became ObjectIds it was possible to query like this (Website template, seeded contact page) when the layout has a form block with a specific id.
This will no work and it seems to be because it's an object id now.
If would be great if this could work again or at least if there was a way to tell payload that this is an ObjectId
Link to the code that reproduces this issue
Website template. Seed the database
Reproduction Steps
Get an empty result :'(
Now you can either trust me or change the value in the database from an ObjectId to a string with the same value and you'll se it working.
Which area(s) are affected? (Select all that apply)
db-mongodb
Environment Info
The text was updated successfully, but these errors were encountered: