-
Notifications
You must be signed in to change notification settings - Fork 7
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
New orderby filters #1021
New orderby filters #1021
Conversation
d07caef
to
96bbdb4
Compare
96bbdb4
to
1fc5a66
Compare
1fc5a66
to
097b129
Compare
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except that I started wondering why are the sorters for application_event.name name_fi/en/sv
rather than just name
? (Thus already before this PR, though.)
In the test env for now this GQL does work but orderBy: "name_en"
or orderBy: "name_sv"
, on the other hand, don't affect the sort order (but are accepted, nevertheless):
{ applicationEvents(applicationRound: 92, orderBy: "-name_fi") {
edges { node {
pk, name
} }
} }
@vergama For translated fields, |
🛠️ Changelog
Add new
order by
filters to application, application events, and application event schedules endpointsAdd new field filters to event reservation units for preferred order
🧪 Test plan
🎫 Tickets