Bug 405808

Summary: Unknown property X-KMyMoney-Sepa-Country
Product: [Applications] kmymoney Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: normal CC: christian-david
Priority: NOR    
Version: 4.8.3   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:

Description Ralf Habacker 2019-03-24 11:22:51 UTC
KMyMoney provides KDE trader services of type KMyMoney/IbanBicData. Dumping the available services complains about the mentioned undefined service property. 

STEPS TO REPRODUCE
1. run ktraderclient --servicetype KMyMoney/IbanBicData 

OBSERVED RESULT
The output of the mentioned command prints "Invalid property X-KMyMoney-Sepa-Country"

EXPECTED RESULT
There should not be such message

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: openSUSE_Leap_42.3
KDE Plasma Version: 5.9
KDE Frameworks Version: 5.54
Qt Version: 5.11
Comment 1 Thomas Baumgart 2019-03-24 12:39:49 UTC
Looks like the following section  

[PropertyDef::X-KMyMoney-Sepa-Country]
Type=bool
Default=false

is missing in kmymoney/payeeidentifier/ibanandbic/ibanbicdata.desktop.in
Comment 2 Ralf Habacker 2019-03-24 18:19:39 UTC
(In reply to Thomas Baumgart from comment #1)
> Looks like the following section  
 
Thanks for this pointer.

Can you give a hint for what is property is used ?
Comment 3 Thomas Baumgart 2019-03-25 07:24:37 UTC
Maybe the original author has some more information on that one.
Comment 4 Ralf Habacker 2019-03-25 12:58:11 UTC
The property is not used in the kmymoney code, which mean an option is also to remove it from the related desktop files.
Comment 5 Christian David 2019-04-04 07:12:49 UTC
This code part was significantly changed by another developer. So I cannot tell you if it is required anymore.