| Summary | Typos in backends.php - 'd' missing. |
| Queue | Turba |
| Queue Version | 3.0.3 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | mrubinsk (at) horde (dot) org |
| Requester | lfbm.andamentos (at) gmail (dot) com |
| Created | 6/14/11 (5414 days ago) |
| Due | |
| Updated | 6/14/11 (5414 days ago) |
| Assigned | |
| Resolved | 6/14/11 (5414 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Bug: 10236Fix typo that prevented address fields from displaying.1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/94c17d7553477f8637011bc172f210c8502047c5
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Typos in backends.php - 'd' missing.
Type ⇒ Bug
State ⇒ Unconfirmed
Address attributes:
https://github.com/horde/horde/blob/master/turba/config/backends.php#L315
Should be: 'homeAddress', 'workStreet', 'workPOBox',
https://github.com/horde/horde/blob/master/turba/config/backends.php#L317
Should be: 'workCountry', 'workAddress', 'timezone')
This breaks fields displaying.