Summary | $cfgSources['localldap']['export'] is ignored |
Queue | Turba |
Queue Version | 2.1.3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | Otto.Stolz (at) uni-konstanz (dot) de |
Created | 01/18/2007 (6766 days ago) |
Due | |
Updated | 02/07/2007 (6746 days ago) |
Assigned | 01/18/2007 (6766 days ago) |
Resolved | 02/07/2007 (6746 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Priority ⇒ 1. Low
State ⇒ Feedback
this is fixed in both HEAD and FW_3. Nothing else is broken for me,
though, and there is no reason that you shouldn't be able to copy
contacts from any addressbook, or to download a vCard for them.
of these leads to the error: "No results".
Results from a no-browse address book should not have a Download vCard
tooltip attached.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ $cfgSources['localldap']['export'] is ignored
Queue ⇒ Turba
State ⇒ Unconfirmed
$cfgSources['localldap'] = array( ...
'export' => false,
'browse' => false
);
The permissions for the 'localldap' address book are:
Array ( [type] => matrix, [default] => 6 )
Array ( )
Yet, in the search screen, Turba offers to export, or to copy,
addresses from 'localldap'. When the user activates either the export,
or the copy, link, the following error occurs: "There were no
addresses to export.", or "Error Failed to find object to be added:
No results", respectively.
Rather, for search results from no-export address books, Turba should
neither offer an export link, nor a copy link.