Summary | SyncML/Device/Sync4j.php does not handle Company and Department correctly |
Queue | Synchronization |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | karsten (at) horde (dot) org |
Requester | ntai (at) smartfruit (dot) com |
Created | 03/05/2007 (6670 days ago) |
Due | |
Updated | 03/30/2007 (6645 days ago) |
Assigned | 03/06/2007 (6669 days ago) |
Resolved | 03/30/2007 (6645 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ SyncML/Device/Sync4j.php does not handle Company and Department correctly
Queue ⇒ Synchronization
New Attachment: patch.diff
State ⇒ Unconfirmed
framework/SyncML/SyncML/Device/Sync4j.php does not handle the company
name and department correctly.
vCard specification says that the 'ORG' data to be formatted
"CompanyName;Department" which turba/lib/Driver.php produces
correctly. But, the Sync4j.php does nothing to separate/combine the
company name/departement to the corresponding fields of Sync4j SIF.
The attached diff makes the Sync4j.php correctly handles these fields.