Summary | address books not displayed in browse list |
Queue | Turba |
Queue Version | HEAD |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | mrubinsk (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 08/08/2005 (7309 days ago) |
Due | |
Updated | 08/08/2005 (7309 days ago) |
Assigned | 08/08/2005 (7309 days ago) |
Resolved | 08/08/2005 (7309 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
missing the 'browse' attribute that was added a few months ago. Add a
'browse' => true to the $cfgSources entry to enable browsing for that
source.
http://cvs.horde.org/diff.php/turba/config/sources.php.dist?ws=0&r1=1.111&r2=1.112&ty=u
file and add the appropriate permissons for the actual source you are
'missing'. Just setting 'public' => true will not grant the
permissions to the users...
Permissions are correct too. Because address book is displayed in Search page.
deprecated...
State ⇒ Not A Bug
file and add the appropriate permissons for the actual source you are
'missing'. Just setting 'public' => true will not grant the
permissions to the users...
State ⇒ Assigned
deprecated...
Chora Links:
http://cvs.horde.org/diff.php/turba/config/sources.php.dist?r1=1.118&r2=1.119&ty=u
http://cvs.horde.org/diff.php/turba/display.php?r1=1.74&r2=1.75&ty=u
http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.238&r2=1.239&ty=u
http://cvs.horde.org/diff.php/turba/lib/Driver.php?r1=1.73&r2=1.74&ty=u
http://cvs.horde.org/diff.php/turba/lib/Object.php?r1=1.20&r2=1.21&ty=u
http://cvs.horde.org/diff.php/turba/lib/Turba.php?r1=1.74&r2=1.75&ty=u
http://cvs.horde.org/diff.php/turba/lib/api.php?r1=1.141&r2=1.142&ty=u
does the relevant $cfgSources entry look like?
'title' => 'LNK adres? knygel?',
'type' => 'sql',
'params' => array_merge($conf['sql'], array('table' => 'mail_objects')),
'map' => array(
'__key' => 'object_id',
'__owner' => 'owner_id',
'__type' => 'object_type',
'__members' => 'object_members',
'__uid' => 'object_uid',
'name' => 'object_name',
'email' => 'object_email',
'alias' => 'object_alias',
'homeAddress' => 'object_homeaddress',
'workAddress' => 'object_workaddress',
'homePhone' => 'object_homephone',
'workPhone' => 'object_workphone',
'cellPhone' => 'object_cellphone',
'fax' => 'object_fax',
'title' => 'object_title',
'company' => 'object_company',
'notes' => 'object_notes',
'pgpPublicKey' => 'object_pgppublickey',
'smimePublicKey' => 'object_smimepublickey',
'freebusyUrl' => 'object_freebusyurl'
),
'search' => array(
'name',
'email'
),
'strict' => array(
'object_id',
'owner_id',
'object_type',
),
'public' => true,
'readonly' => true,
'export' => true
);
BTW. It is shown in Contact List drop down menu near all the
delete/edit actions and in Search.
does the relevant $cfgSources entry look like? Has it worked in the
past? Are you using latest CVS code with updated config files?
configured with public = true. However I can not see it in browse
list in the right upper corner of the window. Also I can't add any
new contact to it.
I saw some commits on CVS regarding Turba's permissions so I
configured them through admin interface. Still only My Addressbook is
shown.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ address books not displayed in browse list
Queue ⇒ Turba
State ⇒ Unconfirmed
configured with public = true. However I can not see it in browse list
in the right upper corner of the window. Also I can't add any new
contact to it.
I saw some commits on CVS regarding Turba's permissions so I
configured them through admin interface. Still only My Addressbook is
shown.