Summary: | Editing split memo when there is only one split does not update the record memo | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | ari edelkind <edelkind-kdebug> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | onet.cristian |
Priority: | NOR | ||
Version: | 4.6.4 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/ab2224b204584c8f0823ed23368144b482366598 | Version Fixed In: | 5.0.8 |
Sentry Crash Report: |
Description
ari edelkind
2013-10-18 16:28:58 UTC
I confirm this. This is still present with 5.0 git head. Oddly, it seems the memo IS saved in the split, but if I then open the split editor again, I am asked if I want to repalace memo "memo in spli" with memo "" in the other split. If I say No, the memo in the split remains. If I say Yes, it is cleared. In neither case does it move that split memo to the main transaction memo, which might actually be reasonable, if there is only one split. Git commit ab2224b204584c8f0823ed23368144b482366598 by Thomas Baumgart. Committed on 19/01/2020 at 09:38. Pushed by tbaumgart into branch '5.0'. Update memo in non-split transaction when changed in split editor The memo of a non-split transaction was not updated when it was modified inside the split editor. This change will keep the two locations in sync in this scenario. FIXED-IN: 5.0.8 M +9 -1 kmymoney/dialogs/stdtransactioneditor.cpp https://commits.kde.org/kmymoney/ab2224b204584c8f0823ed23368144b482366598 |