You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default ordering specified on a model does not appear to be respected by views, probably something to do with how we set custom ordering, perhaps worf is nulling it out.
Specifically this can be seen on dataset APIs in guild where we've customized the queryset to repeat the default sort for CountryList, RoleList, etc.
Expected behavior: Worf uses the model's default ordering unless ordering has otherwise been customized via the queryset or ordering view attrs.
The text was updated successfully, but these errors were encountered:
The default ordering specified on a model does not appear to be respected by views, probably something to do with how we set custom ordering, perhaps worf is nulling it out.
Specifically this can be seen on dataset APIs in guild where we've customized the queryset to repeat the default sort for
CountryList
,RoleList
, etc.Expected behavior: Worf uses the model's default ordering unless ordering has otherwise been customized via the
queryset
orordering
view attrs.The text was updated successfully, but these errors were encountered: