| 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 (6843 days ago) |
| Due | |
| Updated | 03/30/2007 (6818 days ago) |
| Assigned | 03/06/2007 (6842 days ago) |
| Resolved | 03/30/2007 (6818 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.