Summary: | vCard4 must use LABEL ADR-parameter, not LABEL field | ||
---|---|---|---|
Product: | [Applications] kaddressbook | Reporter: | Erik Quaeghebeur <bugs.kde.org> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | montel, tokoe |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kcontacts/0ddebb9c418f9197676b4ed7db1b41ae08eae83b | Version Fixed In: | 5.3 |
Sentry Crash Report: |
Description
Erik Quaeghebeur
2016-07-07 11:33:46 UTC
Could you provide me a example please ? Git commit 0ddebb9c418f9197676b4ed7db1b41ae08eae83b by Montel Laurent. Committed on 08/07/2016 at 21:20. Pushed by mlaurent into branch 'master'. Fix Bug 365191 - vCard4 must use LABEL ADR-parameter, not LABEL field FIXED-IN: 5.3 M +72 -0 autotests/addresstest.cpp M +2 -0 autotests/addresstest.h M +15 -9 src/vcardtool.cpp http://commits.kde.org/kcontacts/0ddebb9c418f9197676b4ed7db1b41ae08eae83b (In reply to Laurent Montel from comment #1) > Could you provide me a example please ? (In reply to Laurent Montel from comment #2) > Git commit 0ddebb9c418f9197676b4ed7db1b41ae08eae83b by Montel Laurent. > Committed on 08/07/2016 at 21:20. > Pushed by mlaurent into branch 'master'. > > Fix Bug 365191 - vCard4 must use LABEL ADR-parameter, not LABEL field > > FIXED-IN: 5.3 > > M +72 -0 autotests/addresstest.cpp I assume that you don't need an example anymore? (Sorry for not providing one, I assumed the one in the RFC section I linked would be enough.) Yep I used rfc to implement it. It works fine; I created an unittest for it |