-
-
Notifications
You must be signed in to change notification settings - Fork 158
Question: GetDefaultSortOrder not firing #736
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
Comments
Hi @fdlane, thanks for asking. I don't think you did anything wrong, this looks like a bug. The |
Thanks for the fast response. Change to...? if (_queries == null || _queries.Count == 0) |
I would only check for empty, because the field can never be null. |
But we should have a test that covers this, too. |
Description
In my
ResourceDefinition
I have two overrides, one forGetQueryFilters
and one forGetDefaultSortOrder
. For some reason, only theGetQueryFilter
override fires.My Postman request does not include any sort params.
Any ideas what I have done wrong here?
...
Environment
The text was updated successfully, but these errors were encountered: