-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
GraphQL: get content items with "status: ALL" returns only published items #17115
Comments
MikeAlhayek
added a commit
that referenced
this issue
Dec 4, 2024
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues). This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here. |
This was referenced Jan 1, 2025
MikeAlhayek
pushed a commit
that referenced
this issue
Feb 10, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In GraphQL when I request items with status ALL it should return all version of items (including deleted). It works in this way in OrchardCore 1.8.2
But in OrchardCore 2.1.0 it returns only published versions of items.
Orchard Core version
2.1.0
Logs and screenshots
This change was intoduced in https://github.com/OrchardCMS/OrchardCore/pull/16077/files
The text was updated successfully, but these errors were encountered: