View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0021603 | MMW 5 | Main Panel | public | 2025-05-06 15:27 | 2025-05-14 16:33 |
Reporter | lowlander | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | feedback | Resolution | reopened | ||
Product Version | 2024.2 | ||||
Target Version | 2024.2 | Fixed in Version | 2024.2 | ||
Summary | 0021603: List by (Album) uses Rating when sorting by Summary | ||||
Description | In the List by (Album) Rating is used in the sort mix. This results in files being sorted on rating in the Album instead of Track#. Hitting F5 fixes the problem. | ||||
Additional Information | Ticket 10428 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 3154 | ||||
|
I was unable to replicate, assigned to Michal to try/review (as author of album rating) |
|
Ahh, ok, the key to replicate is sort on 'Summary' column.. |
|
Debugging this and it is sorted according to default Summary columns which are ['album', 'albumArtist', 'date', 'rating'] For me it looks like intended behaviour according to Michal's code and rather the situation after F5 pressing is a bug? Assigned to Michal to review as author of the code for Summary column customization ( 0018210 ) |
|
Sorting by Summary is in fact sorting by all columns present in Summary, so this is intended. But F5 should preserve sorting, it is bug indeed. It seems problem is in grouping handling, it internally resets sorting to the default one on F5. Assigned to Petr, as he knows the related code a lot more. |
|
Fixed |
|
Verified 3154 |
|
This is not fixed for me on 3154. |
|
lowlander: sorting by Summary = sorting by all columns in summary, F5 was buggy, as it changed sorting to wrong one before. |