Skip to content

Fixes the sort order in GraphQL queries. #17476

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

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

gvkries
Copy link
Contributor

@gvkries gvkries commented Feb 11, 2025

Fixes #17475

@MikeAlhayek
Copy link
Member

/backport to release/2.1

Copy link
Contributor

Started backporting to release/2.1: https://github.com/OrchardCMS/OrchardCore/actions/runs/15026775863

Copy link
Contributor

@MikeAlhayek backporting to "release/2.1" failed, the patch most likely resulted in conflicts:

$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch

Applying: Fixes the sort order in GraphQL queries.
Using index info to reconstruct a base tree...
M	src/OrchardCore/OrchardCore.ContentManagement.GraphQL/Queries/ContentItemsFieldType.cs
M	test/OrchardCore.Tests/Apis/GraphQL/ContentManagement/DynamicContentTypeQueryTests.cs
M	test/OrchardCore.Tests/Apis/GraphQL/ContentManagement/Recipes/DynamicContentTypeQueryTest.json
Falling back to patching base and 3-way merge...
Auto-merging test/OrchardCore.Tests/Apis/GraphQL/ContentManagement/Recipes/DynamicContentTypeQueryTest.json
Auto-merging test/OrchardCore.Tests/Apis/GraphQL/ContentManagement/DynamicContentTypeQueryTests.cs
CONFLICT (content): Merge conflict in test/OrchardCore.Tests/Apis/GraphQL/ContentManagement/DynamicContentTypeQueryTests.cs
Auto-merging src/OrchardCore/OrchardCore.ContentManagement.GraphQL/Queries/ContentItemsFieldType.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Fixes the sort order in GraphQL queries.
Error: The process '/usr/bin/git' failed with exit code 128

Please backport manually!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GraphQL Orderby not working
2 participants