Summary | field using attribute and parse at the same time |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Assigned |
Priority | 2. Medium |
Owners | jan (at) horde (dot) org |
Requester | xk3 (at) mompl (dot) org |
Created | 2009-10-20 (4158 days ago) |
Due | |
Updated | 2014-01-27 (2598 days ago) |
Assigned | 2011-07-01 (3539 days ago) |
Resolved | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
Version ⇒ Git master
still needs to be done.
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Summary ⇒ field using attribute and parse at the same time
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
composite field and has attribute 'cn'. Adding a contact via turba
works fine.
However, adding a contact via add_address link in imp is broken. Such
links call the turba api with the fields 'name' and 'email', but in
function toDriverKeys 'name' is composed from empty fileds (firstname,
etc.). These fields have to be parsed from 'name' before!
In function toDriverKeys, I reordered the code for parse and attribute:
1) if there is no 'parse', create it from 'fields'
2) parse
3) then compose from fields (from $hash or $fields)
This is just a quick hack, so no diff.