Bug 389944 - Copy SEPA credit transfer fails
Summary: Copy SEPA credit transfer fails
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: onlinebanking (show other bugs)
Version: 5.0.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
: 400846 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-02-06 10:26 UTC by Andreas Mayer
Modified: 2019-09-21 12:59 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.7


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Mayer 2018-02-06 10:26:10 UTC
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
Comment 1 Andreas Mayer 2018-02-09 10:39:47 UTC
This bug is valid for the git master branch and for the 5.0.0 release
Comment 2 Thomas Baumgart 2018-02-09 14:54:11 UTC
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.
Comment 3 Andreas Mayer 2018-02-09 15:47:12 UTC
Oh. I'm sorry that I missed it. Thank you for the notice
Comment 4 MK 2018-11-04 20:41:02 UTC
Is this fixed in 5.0.2? What kind of "incompatibility" is preventing a fix? I'm really missing that feature.
Comment 5 Thomas Baumgart 2019-09-21 12:02:37 UTC
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
Comment 6 Thomas Baumgart 2019-09-21 12:59:02 UTC
*** Bug 400846 has been marked as a duplicate of this bug. ***