Summary: | Investment Quantities Not Sorting Properly | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | bryan.williams7889 |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | amber, ralf.habacker |
Priority: | NOR | ||
Version: | 5.1.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/commit/68b81627958ee33b26301b674207da47d065f6f8 | Version Fixed In: | 5.1.4 |
Sentry Crash Report: |
Description
bryan.williams7889
2020-11-10 18:37:18 UTC
It's a known problem, but I'll have to check later for a duplicate bug. It's sorting alpha instead of numeric. Looks like regression of 332924 https://bugs.kde.org/show_bug.cgi?id=332924 It is happening for the Value column as well, my version 5.1.1-fa0b69e8e A possibly relevant merge request was started @ https://invent.kde.org/office/kmymoney/-/merge_requests/113 Git commit 819f260084b7e29713ce6fec1efcd0946c427740 by Thomas Baumgart, on behalf of Wei Qi Ong. Committed on 18/08/2021 at 19:40. Pushed by tbaumgart into branch 'master'. Investment view, Equities: sort by actual value instead of display value Related: bug 332924 M +22 -3 kmymoney/models/equitiesmodel.cpp M +1 -0 kmymoney/views/kinvestmentview_p.h https://invent.kde.org/office/kmymoney/commit/819f260084b7e29713ce6fec1efcd0946c427740 Git commit 68b81627958ee33b26301b674207da47d065f6f8 by Thomas Baumgart. Committed on 14/01/2023 at 05:53. Pushed by tbaumgart into branch '5.1'. Investment view, Equities: sort by actual value instead of display value Backporting commit 819f2600 to stable 5.1 branch Related: bug 332924 M +28 -1 kmymoney/models/equitiesmodel.cpp M +2 -1 kmymoney/models/equitiesmodel.h https://invent.kde.org/office/kmymoney/commit/68b81627958ee33b26301b674207da47d065f6f8 |