Summary | Additional E-mail Fields sync with CardDAV |
Queue | Turba |
Queue Version | 4.2.7 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | horst.simon (at) optusnet (dot) com (dot) au |
Created | 07/08/2015 (3648 days ago) |
Due | |
Updated | 10/20/2017 (2813 days ago) |
Assigned | 08/10/2015 (3615 days ago) |
Resolved | 08/14/2015 (3611 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit e969059465413cdc0f930cdc87e24f145a8ab8c3
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu, 15 Sep 2016 17:15:32 -0400
Bug: 14463Fix regression in saving tags.Regression the result of the fix for
Bug 14046- the bugthat keeps on giving, and giving...
M lib/Object.php
https://github.com/horde/turba/commit/e969059465413cdc0f930cdc87e24f145a8ab8c3
commit 6c2db6a198817b6e5787fd5df0a48771dfa912c0
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Sep 15 17:10:10 2016 -0400
Bug: 14463Fix regression in saving tags.Regression the result of the fix for
Bug 14046- the bugthat keeps on giving, and giving...
turba/lib/Object.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/6c2db6a198817b6e5787fd5df0a48771dfa912c0
commit efc488e7e71d3ac56391f894bbe9811cc1d4a436
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Thu Sep 15 17:10:10 2016 -0400
Bug: 14463Fix regression in saving tags.Regression the result of the fix for
Bug 14046- the bugthat keeps on giving, and giving...
turba/lib/Object.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://github.com/horde/horde/commit/efc488e7e71d3ac56391f894bbe9811cc1d4a436
Summary ⇒ Additional E-mail Fields sync with CardDAV
State ⇒ Resolved
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
client. I am too see the problem when importing a vCard. If there is
an email address in the homeEmail or workEmail field it is duplicate
to the Email field on import of the vCard. If there are email
addresses in both fields home and work the homeEmaill address is
duplicated to the empty Email field on import of the vCard.
New Attachment: backends.local.php
New Attachment: attributes.local.php
I tried it agin and I could reproduce it with the OS/X contacts
clients using CardDav.
I have three Email fields as Email, Home Email and Work Email. There
is an entry in the Home Email field done through the Web interface.
now when I edit the contact in OS/X Contacts it uploads the changfe
and duplicates the email address from Home Email to the empty Email
field. I enabled the additional fields in the local files and left the
original as they are. I have uploaded the attributes.local.php and
backends.local.php
Regards,
Horst
with only a single email field filled in. I edit this contact on the
client and only the correct changes are propagated back to the server.
What does your backends.local.php file look like? Can you provide a
sync log of this happening?
Assigned to Michael Rubinsky
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Additional E-mail Fields sync with CardDAV and ActiveSync
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
contacts, but when editing any field in the contact, it will add the
email address to the other empty email fields. if there is an email
address in Home Email only, it will copy it to the Work Email Field
and the Email Email, if they are empty.
The same problem exist in the cellphone field when the additional
workcellphone is enabled.