-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Sorting repeatable components isn't working through GraphQL #16874
Copy link
Copy link
Closed
Labels
issue: bugIssue reporting a bugIssue reporting a bugseverity: mediumIf it breaks the basic use of the product but can be worked aroundIf it breaks the basic use of the product but can be worked aroundsource: plugin:graphqlSource is plugin/graphql packageSource is plugin/graphql packagestalestale-before-2024status: pending reproductionWaiting for free time to reproduce the issue, or more informationWaiting for free time to reproduce the issue, or more information
Metadata
Metadata
Assignees
Labels
issue: bugIssue reporting a bugIssue reporting a bugseverity: mediumIf it breaks the basic use of the product but can be worked aroundIf it breaks the basic use of the product but can be worked aroundsource: plugin:graphqlSource is plugin/graphql packageSource is plugin/graphql packagestalestale-before-2024status: pending reproductionWaiting for free time to reproduce the issue, or more informationWaiting for free time to reproduce the issue, or more information
Type
Projects
Status
Fixed/Shipped
Bug report
Required System information
Describe the bug
I have a ContentType Dish with an attribute imageList :
this imageList attribute is a Component (repeatable) which have a number attribute (named upVote)
When I use GraphQL to request a Dish with its imageList, sorting this list by upVote isn't working.
Important :

sorting imageList by id is working :
Steps to reproduce the behavior
Expected behavior
testSort should be returned with sortItem list sorted by testNumber