6.0.0-beta1
11/9/25

[#2294] unable to add anything to address book
Summary unable to add anything to address book
Queue Turba
Queue Version 2.0.3-RC1
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester leena.heino (at) uta (dot) fi
Created 07/19/2005 (7418 days ago)
Due
Updated 07/19/2005 (7418 days ago)
Assigned 07/19/2005 (7418 days ago)
Resolved 07/19/2005 (7418 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/19/2005 02:09:19 PM Jan Schneider State ⇒ Resolved
 
07/19/2005 02:06:04 PM leena (dot) heino (at) uta (dot) fi Comment #5 Reply to this comment
Try now?
Seems to work.


07/19/2005 01:07:49 PM Jan Schneider Comment #4
State ⇒ Feedback
Reply to this comment
Try now?
07/19/2005 12:41:49 PM leena (dot) heino (at) uta (dot) fi Comment #3 Reply to this comment
Fixed.
The fix does not seem to work. Add button is still missing.


07/19/2005 08:47:09 AM Jan Schneider Summary ⇒ unable to add anything to address book
 
07/19/2005 08:46:57 AM Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
Fixed.
07/19/2005 07:08:57 AM leena (dot) heino (at) uta (dot) fi Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ unable to add anythin to address book
Queue ⇒ Turba
Reply to this comment
Unable to add anything to address book, if only one address book or 
source is available.



In file lib/base.php:

...

// Hide the list of addressbooks if there is only one available.

if ($source_count == 1) {

     $add_source_options = '';



This causes the add button to disappear, because in lib/Turba.php:

...

if (!empty($GLOBALS['add_source_options'])) {

     $menu->add(Horde::applicationUrl('add.php'), _("_Add") ...


Saved Queries