[Tickets #11993] Re: Enhance default SQL addressbook (localsql) with commonly used fields (better out of the box behaviour with activeSync/iOS)
noreply at bugs.horde.org
noreply at bugs.horde.org
Mon Jan 28 17:24:25 UTC 2013
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/11993
------------------------------------------------------------------------------
Ticket | 11993
Aktualisiert Von | torben at dannhauer.info
Zusammenfassung | Enhance default SQL addressbook (localsql) with commonly
| used fields (better out of the box behaviour with
| activeSync/iOS)
Warteschlange | Turba
Version | Git master
Typ | Enhancement
Status | Assigned
Priorität | 1. Low
Milestone | 4,1
Patch |
Zuständige | Michael Rubinsky
------------------------------------------------------------------------------
torben at dannhauer.info (2013-01-28 17:24) hat geschrieben:
> Makes sense to me to add them to the migration (though obviously
> other backends will need to manage this separately), but add them as
> commented out entries in backends.php since most of these would be
> rarely used ("radio phone", anybody?).
>
> Since it's a new set of fields, this will be targeted for Turba 4.1
Yes that makes sense. Turba 4.1 is great!
The deactivated backend is a good solution, so it is possible to
activate it via backends.local.php without further turba modifications.
Since you resolved my other bugrequest,
I suggest to extend it to cover also yomi and manager:
object_homephone2 character varying(50),
object_carphone character varying(50),
object_workphone2 character varying(50),
object_radiophone character varying(50),
object_companyphone character varying(50),
object_otherstreet character varying(255),
object_otherpob character varying(10),
object_othercity character varying(255),
object_otherprovince character varying(255),
object_otherpostalcode character varying(10),
object_othercountry character varying(255),
object_homeemail character varying(255),
object_workemail character varying(255),
object_yomifirstname character varying(255),
object_yomilastname character varying(255),
object_manager character varying(255),
object_assistant character varying(255),
More information about the bugs
mailing list