STEPS TO REPRODUCE 1. Have a transaction (Buchung) (transferred from Bank) with a comment/detail. 2. Edit it, and go into the split booking(?) (Split-Buchung) dialog 3. Only enter one entry, and confirm by pressing enter. OBSERVED RESULT The comment/detail is deleted. EXPECTED RESULT The comment/detail should be preserved, especially as there is no way to undo it, unless to close the file without saving it, and open the former version again. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Debian sid/unstable with Linux 5.16-rc3 KDE Plasma Version: no shown/installed KDE Frameworks Version: 5.88.0-1 Qt Version: 5.15.2+dfsg-14
Git commit 2d3a8217b6300e7b812919becfd62ec0739adb89 by Thomas Baumgart. Committed on 11/12/2021 at 17:32. Pushed by tbaumgart into branch 'master'. Keep the memo of a split when opening the split editor In case the split editor is opened and the transaction only consists out of one split (missing category assignment) the user could accidently clear the memo text. This change keeps the memo with the initial split. M +7 -0 kmymoney/views/newtransactioneditor.cpp https://invent.kde.org/office/kmymoney/commit/2d3a8217b6300e7b812919becfd62ec0739adb89
I see that commit went to master only. Will it get backported to 5.x or is it only in the new ledger? Should the commit close the bug?
I left the bug open, because a possible 5.1 fix looks completely different. At the same time, I wanted to leave a trace that it is fixed in master.