[Tickets #12506] Re: Contacts sync with ActiveSync get duplicates and not sync
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Aug 12 19:36:35 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12506
------------------------------------------------------------------------------
Ticket | 12506
Updated By | carlos.velasco at nimastelecom.com
Summary | Contacts sync with ActiveSync get duplicates and not
| sync
Queue | Synchronization
Version | Git master
Type | Bug
State | Resolved
Priority | 1. Low
Milestone |
Patch | 1
Owners | Michael Rubinsky
------------------------------------------------------------------------------
carlos.velasco at nimastelecom.com (2013-08-12 19:36) wrote:
>> Note that there are no email fields or so in the imported vcard. Example:
>> BEGIN:VCARD
>> VERSION:3.0
>> TEL;TYPE=HOME,VOICE:+555555555
>> N:;TEST;;;
>> FN:TEST
>> END:VCARD
>>
>> When imported homeEmail, workEmail and so are set to NULL not to ''
>
> This is the result returned from Turba_Driver::toHash() when I
> import your example:
>
> array(3) { 'homePhone' => string(10) "+555555555" 'firstname' =>
> string(4) "TEST" 'name' => string(4) "TEST" }
Well, maybe but if you look directly into database, I see this by example.
When imported from VCard file:
> select object_anniversary,object_workemail,object_homeemail from
> turba_objects where object_firstname='TEST';
+--------------------+------------------+------------------+
| object_anniversary | object_workemail | object_homeemail |
+--------------------+------------------+------------------+
| NULL | NULL | NULL |
+--------------------+------------------+------------------+
1 row in set (0.00 sec)
When added manually through Turba web:
> select object_anniversary,object_workemail,object_homeemail from
> turba_objects where object_firstname='TESTMANUAL';
+--------------------+------------------+------------------+
| object_anniversary | object_workemail | object_homeemail |
+--------------------+------------------+------------------+
| NULL | | |
+--------------------+------------------+------------------+
1 row in set (0.00 sec)
More information about the bugs
mailing list