Bug 507611 - Move transaction to is not working
Summary: Move transaction to is not working
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.2.0
Platform: Microsoft Windows Other
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
: 472998 (view as bug list)
Depends on:
Blocks:
 
Reported: 2025-07-28 19:44 UTC by Adilson Urso
Modified: 2025-07-30 09:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.2.1
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adilson Urso 2025-07-28 19:44:19 UTC
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
Comment 1 Thomas Baumgart 2025-07-29 07:34:50 UTC
Another Qt6 based problem while the function is working in the Qt5 based version.
Comment 2 Thomas Baumgart 2025-07-29 08:48:02 UTC
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
Comment 3 Thomas Baumgart 2025-07-29 12:42:10 UTC
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
Comment 4 Thomas Baumgart 2025-07-30 09:45:14 UTC
*** Bug 472998 has been marked as a duplicate of this bug. ***