6.0.0-alpha12
▾
Tasks
New Task
Search
▾
Others
Photos
Wiki
Development
Tickets
New Ticket
Search
Toggle Alerts Log
Help
7/14/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12506] Contacts sync with ActiveSync get duplicates and not sync
*
Your Email Address
*
Spam protection
Enter the letters below:
._..__ .__.._.. . | [__)| | | |__| _|_[__)|__|_|_| |
Comment
> >> 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) > > > This is because the UI form actually contains those fields. When > imported, and the fields are not present, the hash does not contain > those fields and the default for those fields in the DB is null. The > duplicate detection still works in this case. So, unless you see some > unwanted behavior because of this, I'll still consider this ticket > resolved. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers