Bug 405808 - Unknown property X-KMyMoney-Sepa-Country
Summary: Unknown property X-KMyMoney-Sepa-Country
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.8.3
Platform: Other All
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-24 11:22 UTC by Ralf Habacker
Modified: 2019-04-04 07:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.