| Summary | ActiveSync: Wrong delimiter on storing multiple categories |
| Queue | Turba |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 04/18/2013 (4585 days ago) |
| Due | |
| Updated | 04/19/2013 (4584 days ago) |
| Assigned | |
| Resolved | 04/18/2013 (4585 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | Yes |
commit 89e51ff605c43a6823cfb3d6c31d177effff2910
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Apr 18 11:35:23 2013 -0400
Bug: 12193Fix importing categories from ActiveSync clients.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/89e51ff605c43a6823cfb3d6c31d177effff2910
Assigned to Michael Rubinsky
State ⇒ Resolved
until then:
Committed, thanks!
commit 37b90bd5ec0caaef2a31995242577fe334abfe6d
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Thu Apr 18 11:35:23 2013 -0400
Bug: 12193Fix importing categories from ActiveSync clients.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
turba/lib/Driver.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/37b90bd5ec0caaef2a31995242577fe334abfe6d
New Attachment: 0001-ActiveSync-Use-correct-delimiter-for-storing-multipl.patch
Patch ⇒ Yes
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ ActiveSync: Wrong delimiter on storing multiple categories
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
when importing multiple contact categories, we use '|' as delimiter.
This is broken since two other places in the code use ';' as delimiter.
Attached patch fixes the issue.
Cheers,
Thomas