| Summary | When using a combined name-field with storage, toHash will use fieldnames instead of fieldvalues |
| Queue | Turba |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | horde (at) ssn (dot) at |
| Created | 4/4/08 (6580 days ago) |
| Due | |
| Updated | 4/4/08 (6580 days ago) |
| Assigned | |
| Resolved | 4/4/08 (6580 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
a bit, including your fix, thanks.
Priority ⇒ 1. Low
New Attachment: turba_GRL_NameCombined_Driver.php.diff
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ When using a combined name-field with storage, toHash will use fieldnames instead of fieldvalues
Type ⇒ Bug
State ⇒ Unconfirmed
Patch attached...
When using a name-field which is combined and saved to the underlying storage
'name' => array('fields' => array('jobtitle', 'firstname', 'lastname'),
'format' => '%s %s %s',
'attribute' => 'cn'),
the toHash-Function will set the field-value to the NAMES of the
fields instead of the VALUES.
Patch attached.
regards
Lukas