https://bugs.kde.org/show_bug.cgi?id=466809
Thomas Baumgart <t...@net-bembel.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.1.4 Latest Commit| |https://invent.kde.org/offi | |ce/kmymoney/commit/bec6e49d | |0e7c3e0f15ce422e26b11285d8a | |5660d Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #2 from Thomas Baumgart <t...@net-bembel.de> --- Git commit bec6e49d0e7c3e0f15ce422e26b11285d8a5660d by Thomas Baumgart. Committed on 04/03/2023 at 15:38. Pushed by tbaumgart into branch '5.1'. Completely update reference to account during import When data of an account is imported from a file, the KMyMoney account will get a reference to the imported account using the account number found. This allows to pre-select the account during import. In case the user decided to override that pre-selected account, the reference on the old account was not removed and the data of the selected account was not used in the process of the import. This change removes the reference on the previous account and uses the the selected account to import the data. FIXED-IN: 5.1.4 (cherry picked from commit c6357119672f3b124ffcc18f5078b2d65c9f9153) M +18 -0 kmymoney/converter/mymoneystatementreader.cpp M +3 -11 kmymoney/dialogs/kaccountselectdlg.cpp https://invent.kde.org/office/kmymoney/commit/bec6e49d0e7c3e0f15ce422e26b11285d8a5660d -- You are receiving this mail because: You are the assignee for the bug.