Summary: | The sorting function works once only when initially applied, but subsequent sorting attempts do not trigger any changes. The list only re-sorts to the desired order after restarting the program. | ||
---|---|---|---|
Product: | [Applications] kasts | Reporter: | nokake5068 |
Component: | general | Assignee: | bart |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Flatpak | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/multimedia/kasts/-/commit/084cfa204868e58c133e02a4b48d4598ebaed1e2 | Version Fixed In: | |
Sentry Crash Report: |
Description
nokake5068
2025-02-09 06:04:01 UTC
Confirmed. Thanks for reporting! I'll try to fix it as soon as possible. A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kasts/-/merge_requests/241 Git commit e0f210df643ad46aa9f350ba918ccd0b9ee27bb3 by Bart De Vries. Committed on 09/02/2025 at 14:19. Pushed by bdevries into branch 'master'. Fix sort order in episode lists M +1 -1 src/models/abstractepisodeproxymodel.cpp https://invent.kde.org/multimedia/kasts/-/commit/e0f210df643ad46aa9f350ba918ccd0b9ee27bb3 Git commit 084cfa204868e58c133e02a4b48d4598ebaed1e2 by Bart De Vries. Committed on 09/02/2025 at 14:30. Pushed by bdevries into branch 'release/24.12'. Fix sort order in episode lists M +1 -1 src/models/abstractepisodeproxymodel.cpp https://invent.kde.org/multimedia/kasts/-/commit/084cfa204868e58c133e02a4b48d4598ebaed1e2 It was just a dumb typo in the source. Fix should be in the next release (24.12.3). |