Summary | Kolab backend: Wrong values for the "gender" field |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 10/08/2012 (4666 days ago) |
Due | |
Updated | 10/18/2012 (4656 days ago) |
Assigned | |
Resolved | 10/10/2012 (4664 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 5c9c6acab1ece93a2faa7aff1aff8d7e3afa7d3e
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 12:45:07 2012 +0200
[jan] Set gender field values literally to 'male' or 'female'.
Bug: 11476turba/config/attributes.php | 2 +-
turba/docs/CHANGES | 1 +
turba/docs/UPGRADING | 7 +++++++
turba/package.xml | 2 ++
4 files changed, 11 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5c9c6acab1ece93a2faa7aff1aff8d7e3afa7d3e
State ⇒ Resolved
commit 5c9c6acab1ece93a2faa7aff1aff8d7e3afa7d3e
Author: Jan Schneider <jan@horde.org>
Date: Wed Oct 10 12:45:07 2012 +0200
[jan] Set gender field values literally to 'male' or 'female'.
Bug: 11476turba/config/attributes.php | 2 +-
turba/docs/CHANGES | 1 +
turba/docs/UPGRADING | 7 +++++++
turba/package.xml | 2 ++
4 files changed, 11 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/5c9c6acab1ece93a2faa7aff1aff8d7e3afa7d3e
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Kolab backend: Wrong values for the "gender" field
Type ⇒ Bug
State ⇒ Unconfirmed
the XML data in the gender field contains wrong values.
Currently "0" or "1" is written out.
It should be "male" and "female".
The file "attributes.php" contains the correct field values.
Thomas