When I open a processed credit-transfer from the outbox, I get the option to press the copy button to create a new credit-transfer with the same data. But this doesn't work. In the GUI nothing happens, but starting the kmymoney from terminal, you get following error message: QMetaObject::invokeMethod: No such method QLabel::copy() Thanks in advance
This bug is valid for the git master branch and for the 5.0.0 release
It's a known issue even mentioned in the release notes on https://kmymoney.org/release-notes.php. It's not only the copy but the whole execution is currently not working due to some incompatibility between KDE4 and KF5.
Oh. I'm sorry that I missed it. Thank you for the notice
Is this fixed in 5.0.2? What kind of "incompatibility" is preventing a fix? I'm really missing that feature.
Git commit 8d9f9ca700e02cb3eae2c42a1467e2d17a243b96 by Thomas Baumgart. Committed on 21/09/2019 at 10:55. Pushed by tbaumgart into branch '5.0'. Bring back feature to copy an executed online transaction The feature to create a new online transaction based on an already executed one has been fixed and is now available again. At the same time the status of the enqueue and send button is now updated accordingly. FIXED-IN: 5.0.7 M +10 -7 kmymoney/plugins/views/onlinejoboutbox/konlinejoboutboxview.cpp M +24 -11 kmymoney/plugins/views/onlinejoboutbox/konlinetransferform.cpp M +15 -7 kmymoney/plugins/views/onlinejoboutbox/konlinetransferform.h https://commits.kde.org/kmymoney/8d9f9ca700e02cb3eae2c42a1467e2d17a243b96
*** Bug 400846 has been marked as a duplicate of this bug. ***