6.0.0-beta1
8/12/25

[#2409] address books not displayed in browse list
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

History
08/08/2005 06:56:25 PM vilius (at) lnk (dot) lt Comment #9 Reply to this comment
My bad, I missed this one. Thanks, it fixed the problem.
08/08/2005 06:25:56 PM mrubinsk (at) horde (dot) org Comment #8 Reply to this comment
I went through sources.php twice. Everything is updated there.
If your sources.php is still the same as what you posted, then you are 
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


08/08/2005 05:58:47 PM vilius (at) lnk (dot) lt Comment #7 Reply to this comment
I cannot reproduce this.  Make certain you update your sources.php
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...
I went through sources.php twice. Everything is updated there.



Permissions are correct too. Because address book is displayed in Search page.
08/08/2005 04:30:33 PM Michael Rubinsky Comment #6 Reply to this comment
While not the source of the problem, the 'public' attribute has beed
deprecated...
I apologize, this should read the 'readonly attribute has been deprected'.
08/08/2005 04:27:19 PM Michael Rubinsky Comment #5
State ⇒ Not A Bug
Reply to this comment
I cannot reproduce this.  Make certain you update your sources.php 
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...
08/08/2005 03:35:10 PM Michael Rubinsky Assigned to Michael Rubinsky
 
08/08/2005 03:05:28 PM vilius (at) lnk (dot) lt Comment #3 Reply to this comment
Can you provide more information on the 'missing' addressbook?  What
does the relevant $cfgSources entry look like?
$cfgSources['mailsql'] = array(

     '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

);
Has it worked in the past?
Yes.
Are you using latest CVS code with updated config files?
Yes, CVS code as of today with updated config files.



BTW. It is shown in Contact List drop down menu near all the 
delete/edit actions and in Search.
08/08/2005 02:58:46 PM Michael Rubinsky Comment #2 Reply to this comment
Can you provide more information on the 'missing' addressbook?  What 
does the relevant $cfgSources entry look like?  Has it worked in the 
past?  Are you using latest CVS code with updated config files?
I have standard My Addressbook and one additional address book
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.
08/08/2005 02:53:47 PM vilius (at) lnk (dot) lt Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ address books not displayed in browse list
Queue ⇒ Turba
State ⇒ Unconfirmed
Reply to this comment
I have standard My Addressbook and one additional address book 
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.

Saved Queries