The Move transaction to... is not working. It shows to choose the account but nothing happens STEPS TO REPRODUCE 1. Ledger 2. Select a transaction 3. Right mouse click 4. Select "Move transaction to..." 5. Select the account OBSERVED RESULT Nothing happens SOFTWARE/OS VERSIONS Windows: 11 macOS: (available in the Info Center app, or by running `kinfo` in a terminal window) Linux/KDE Plasma: KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION Kmymoney 5.2.0-cb50551 Linux Mint too
Another Qt6 based problem while the function is working in the Qt5 based version.
Git commit 25bffd63da7d8d1b71e3f9407ffc058127d82870 by Thomas Baumgart. Committed on 29/07/2025 at 07:55. Pushed by tbaumgart into branch 'master'. Fix move transaction function Qt6 requires the QAction to be enabled so that its activate() method has a function. FIXED-IN: 5.2.1 M +3 -0 kmymoney/views/ledgerview.cpp https://invent.kde.org/office/kmymoney/-/commit/25bffd63da7d8d1b71e3f9407ffc058127d82870
Git commit b20e9381097e74044c32d962d6efc70d4bab35cd by Thomas Baumgart. Committed on 29/07/2025 at 08:48. Pushed by tbaumgart into branch '5.2'. Fix move transaction function Qt6 requires the QAction to be enabled so that its activate() method has a function. FIXED-IN: 5.2.1 (cherry picked from commit 25bffd63da7d8d1b71e3f9407ffc058127d82870) M +3 -0 kmymoney/views/ledgerview.cpp https://invent.kde.org/office/kmymoney/-/commit/b20e9381097e74044c32d962d6efc70d4bab35cd
*** Bug 472998 has been marked as a duplicate of this bug. ***