Summary | E-Mail addresses get deleted with CardDav |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | stefan (at) stmq (dot) de |
Created | 02/04/2014 (4182 days ago) |
Due | |
Updated | 08/14/2015 (3626 days ago) |
Assigned | |
Resolved | 02/05/2014 (4181 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit fb5b1ec4228fb9ded41300e295af815c0d019f5c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 14 14:16:30 2015 -0400
Bug: 14046Fix populating incorrect email field.See also
Bug: 12955as this reverts the fix for that bug and properlyfixes it here.
turba/lib/Driver.php | 13 -----------
turba/lib/Object.php | 52
+++++++++++++++++++++++++++++++++++++++++++-
turba/lib/Object/Group.php | 5 ++++
3 files changed, 56 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/fb5b1ec4228fb9ded41300e295af815c0d019f5c
commit dd75365d0071866118df32b0e92a4cd4e7a30c23
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Fri Aug 14 14:16:30 2015 -0400
Bug: 14046Fix populating incorrect email field.See also
Bug: 12955as this reverts the fix for that bug and properlyfixes it here.
turba/lib/Driver.php | 13 -----------
turba/lib/Object.php | 52
+++++++++++++++++++++++++++++++++++++++++++-
turba/lib/Object/Group.php | 5 ++++
3 files changed, 56 insertions(+), 14 deletions(-)
http://github.com/horde/horde/commit/dd75365d0071866118df32b0e92a4cd4e7a30c23
command?
Thank you
State ⇒ Resolved
Priority ⇒ 1. Low
commit 396feb066ef8aa064c397e3ece5a3fad5650683d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Feb 5 17:57:12 2014 -0500
Bug: 12955Fix importing vCards when using only 'email' attribute.Fixes importing vCards that have TYPE attributes on all EMAIL properties,
yet the import destination mapping contains only the 'email' attribute.
turba/lib/Driver.php | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/396feb066ef8aa064c397e3ece5a3fad5650683d
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ E-Mail addresses get deleted with CardDav
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
CardDav for contacts configured, the following bug can be reproduced:
if you create or modify a contact by adding / removing an e-mail
address the e-mail gets deleted after an resync from server.
Creating the e-mail address for the contact via webmail interface
pushes the e-mail address correctly to the phone, only creating /
editing on the phone will directly delete the e-mail adress again
after a few seconds.
As a confirmation: adding phone numbers works as expected.
Everything is configured according to the wiki (service discovery,
etc.) so the CardDAV account is directly accepted just by entering
username and server.
It would be great if you could offer a fix for this.