Summary | Some activesync entries are not working despite their correct definition in attributes.php |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | torben (at) dannhauer (dot) info |
Created | 01/26/2013 (4563 days ago) |
Due | |
Updated | 01/28/2013 (4561 days ago) |
Assigned | 01/26/2013 (4563 days ago) |
Resolved | 01/28/2013 (4561 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
State ⇒ Resolved
commit 03662bbcfeab6725b198751456901e5612d6adfb
Author: Torben Dannhauer <torben@dannhauer.info>
Date: Mon Jan 28 12:10:15 2013 -0500
Add missing mapping for manager name. Add support for phonetic names.
Bug: 11995Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
turba/config/attributes.php | 12 ++++++++++++
turba/lib/Driver.php | 3 +++
2 files changed, 15 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/03662bbcfeab6725b198751456901e5612d6adfb
State ⇒ Assigned
Assigned to Michael Rubinsky
- Yomi First Name
- Yomi Last Name
Outlook supports them but I haven't seen any mobile device contain
hese fields. Could be due to the fact that I only have one, older,
winmo device though.
State ⇒ Feedback
- Yomi First Name
- Yomi Last Name
Milestone ⇒
State ⇒ Unconfirmed
New Attachment: Turba.zip
Patch ⇒ Yes
Queue ⇒ Turba
Summary ⇒ Some activesync entries are not working despite their correct definition in attributes.php
Type ⇒ Bug
Priority ⇒ 3. High
- Yomi First Name
- Yomi Last Name
- Manager
Please find attached the small additions in backends.php and
Driver.php as listed below to fix that.
turba/config/backends.php:
-added attribute "yomifirstname"
-added attribute "yomilastname"
Driver.php:
-added missing manager entry to ActiveSync map: 'manager' => 'managername',
-added new yomifirstname entry to ActiveSync map: 'yomifirstname' =>
'yomifirstname',
-added new yomilastname entry to ActiveSync map: 'yomilastname' =>
'yomilastname',
These changes are trivial, so please include them into the master
branch to get it working for all the ActiveSync users. The fix is not
specific to any backend.
Thanks for your great work!
Regards,
Torben Dannhauer