mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 10:19:26 +02:00
Resolve "Wrong sort used when sorting favorites by album name"
This commit is contained in:
parent
647cb08304
commit
1152c9da97
2 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||||
|
|
1
changes/changelog.d/960.bugfix
Normal file
1
changes/changelog.d/960.bugfix
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fixed issue with sorting by album name not working (#960)
|
Loading…
Add table
Add a link
Reference in a new issue