| Summary | Local contacts Kolab/Toltec Connector interoperability issues |
| Queue | Kolab |
| Type | Bug |
| State | No Feedback |
| Priority | 1. Low |
| Owners | wrobel (at) horde (dot) org |
| Requester | leupold (at) bits (dot) ag |
| Created | 06/10/2005 (7451 days ago) |
| Due | |
| Updated | 04/20/2007 (6772 days ago) |
| Assigned | 04/19/2007 (6773 days ago) |
| Resolved | 04/20/2007 (6772 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
me stop using it.
Taken from stuart
State ⇒ Feedback
Assigned to Gunnar Wrobel
Queue ⇒ Kolab
Turba H3 (2.2-cvs)
$Date: 2005/10/14 15:48:30
$Revision: 1.71
Kolab 2.0.1, Toltech connector2.0.6
State ⇒ Assigned
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Local contacts Kolab/Toltec Connector interoperability issues
Queue ⇒ Turba
State ⇒ Unconfirmed
t show up when browsing "My Contacts".
I found out the following:
Toltec Connector doesn`t assign an owner to contacts created/modified.
As the turba/kolab2 driver searches for the correct owner, contacts
aren't listed.
Commenting the following line (398) in turba/lib/Driver/kolab.php
case 'owner':
// $query .= 'FROM "' . $searchval . '" ';
break;
resolves this issue temporarily. As I'm new to horde/kolab I don't
know if this raises any issues (eg. speed).