Summary | Adding a new addressbook to empty pref[addressbooks] |
Queue | Turba |
Queue Version | 2.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | patrick.abiven (at) apitech (dot) fr |
Created | 09/26/2008 (6123 days ago) |
Due | |
Updated | 10/07/2008 (6112 days ago) |
Assigned | |
Resolved | 10/07/2008 (6112 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/turba/lib/Turba.php?r1=1.59.4.42&r2=1.59.4.43&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ Adding a new addressbook to empty pref[addressbooks]
Type ⇒ Bug
State ⇒ Unconfirmed
When are using prefs['addressbooks'] = '' (ie all addressbooks are
listed), but when creating a new address book it is automatically
added in the pref['addressbooks']. So the auto-completion on email
recipients is broken.
In turba/lib/Turba.php, in function createShare(), line 596, a test on
$prefs not empty would be good for not changing the
prefs['addressbooks'] if it is empty.
Regards
Patrick