Summary: | Attempt to move one split to new category moves all splits with same category | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Thomas Baumgart <tbaumgart> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Flags: | tbaumgart:
Backport+
|
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/ab92d1e117a1d88cabf184ca5319c4924399fc60 | Version Fixed In: | 5.0.6 |
Sentry Crash Report: |
Description
Thomas Baumgart
2019-08-18 06:41:36 UTC
Git commit ab92d1e117a1d88cabf184ca5319c4924399fc60 by Thomas Baumgart. Committed on 18/08/2019 at 06:45. Pushed by tbaumgart into branch '5.0'. Do not move all splits of a transaction In KMyMoney, in a transaction with multiple splits, where more than one split is assigned to the same category, attempts to change only one split to a new category changes all splits with the same category to the new category. This change only moves the selected transaction. Also, it only removes those accounts from the list that are not referenced by the selected splits which was detected during the course of the fix of the original problem. FIXED-IN: 5.0.6 M +14 -17 kmymoney/views/kgloballedgerview.cpp https://commits.kde.org/kmymoney/ab92d1e117a1d88cabf184ca5319c4924399fc60 |