[Tickets #14211] Re: [CardDAV] info about preferred phone numbers are dropped
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Dec 28 13:59:00 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/14211
------------------------------------------------------------------------------
Ticket | 14211
Updated By | joao at ribeirolopes.org <joao at ribeirolopes.org>
Summary | [CardDAV] info about preferred phone numbers are
| dropped
Queue | Horde Framework Packages
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
play at bitfire.at (2015-12-28 10:55) wrote:
Steps to reproduce:
1. Upload a VCard with preferred phone numbers:
----------
BEGIN:VCARD
VERSION:3.0
TEL;TYPE=cell:1234
TEL;TYPE=home,pref:5874
?
END:VCARD
----------
Because Horde doesn't return an ETag on PUT, the client will have to
download the VCard at the next sync (or immediately).
2. Horde drops the "pref" attribute.
3. In the downloaded VCard, the "pref" attribute is missing, causing
the client to remove the "preferred number" attribute from the UI, too:
----------
BEGIN:VCARD
VERSION:3.0
TEL;TYPE=HOME,VOICE:5874
TEL;TYPE=CELL,VOICE:1234
END:VCARD
----------
Expected result: "pref" should not be dropped
More information about the bugs
mailing list