Skip to content
Snippets Groups Projects
Commit a020afcb authored by Ciarán Ainsworth's avatar Ciarán Ainsworth
Browse files

Merge branch '960-wrong-sort-used-when-sorting-favorites-by-album-name' into 'develop'

Resolve "Wrong sort used when sorting favorites by album name"

Closes #960

See merge request funkwhale/funkwhale!945
parents 647cb083 1152c9da
No related branches found
No related tags found
No related merge requests found
...@@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi ...@@ -269,6 +269,7 @@ class TrackViewSet(common_views.SkipFilterForGetObject, viewsets.ReadOnlyModelVi
ordering_fields = ( ordering_fields = (
"creation_date", "creation_date",
"title", "title",
"album__title",
"album__release_date", "album__release_date",
"size", "size",
"position", "position",
......
Fixed issue with sorting by album name not working (#960)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment